s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functions
authorStefan Metzmacher <metze@samba.org>
Thu, 8 Aug 2019 17:26:28 +0000 (19:26 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Sep 2019 14:23:41 +0000 (14:23 +0000)
commit66d92f37c3a643d97489a59bb6d1e75e91528c20
treef67d670b6a73097cf4f969c4650a53dfb071d597
parent7471b0f63276e707784c98b832992ff08b1898ef
s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functions

This allows the vfs backend to detect a retry and keep state between
the retries.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/locking.h
source3/locking/brlock.c
source3/locking/locking.c
source3/locking/proto.h
source3/modules/vfs_fruit.c
source3/smbd/blocking.c
source3/smbd/globals.c
source3/smbd/globals.h
source3/smbd/reply.c
source3/smbd/smb2_lock.c
source3/smbd/trans2.c