smbd: Introduce a helper variable in delay_for_oplock()
authorVolker Lendecke <vl@samba.org>
Wed, 10 Apr 2019 12:19:30 +0000 (14:19 +0200)
committerChristof Schmitt <cs@samba.org>
Sun, 14 Apr 2019 04:01:30 +0000 (04:01 +0000)
commit6e485441a60f75e8500541ba9790e55f5a86041f
tree1221551cbd8453989d88bd22d56cf76cb92a91c9
parentb3d0c7e32c9b56dad9003f6bbb067da4aa0a6753
smbd: Introduce a helper variable in delay_for_oplock()

Why? I am preparing a patchset that will remove
"share_mode_lease". This patch is a micro-step towards that, removing
a set of references to this struct.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
source3/smbd/open.c