cifs: Simplify SMB2_open_init()
authorVolker Lendecke <vl@samba.org>
Thu, 30 Mar 2023 12:04:45 +0000 (12:04 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 24 Apr 2023 01:31:44 +0000 (20:31 -0500)
commit5ec629e037ac5872139ebcac0c6af7d8675bbe6b
tree619dd70f7b3649ad479a6478db55d26adc34a029
parent457391b0380335d5e9a5babdec90ac53928b23b4
cifs: Simplify SMB2_open_init()

We can point to the create contexts in just one place, we don't have
to do this in every add_*_context routine.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2pdu.c