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>
Thu, 1 Jun 2023 04:33:56 +0000 (23:33 -0500)
commit1a912afc887b16a014553dbcfd7efb300e779516
treefaacec113b6f7f4af20c5fe741adce44bc268088
parent7aebb699f73b1ed24e99027d112d39d48d1c1738
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