s3:smbd: move get_existing_share_mode_lock() into setup_poll_open()
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Aug 2022 13:53:11 +0000 (15:53 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 20 Sep 2022 00:34:35 +0000 (00:34 +0000)
commit47f1d9362e93b0d6262df6642b495afe010d8149
treef8bdf119b6dc3c569f6863f61ab3bcd9c9256085
parent8979311c6bde49d6210ce64b37c28b6f6fa527fb
s3:smbd: move get_existing_share_mode_lock() into setup_poll_open()

This will simplify the next steps...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15125

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c