s3:smb2_lock: handle NT_STATUS_RETRY from the VFS backend
authorStefan Metzmacher <metze@samba.org>
Mon, 19 Aug 2019 14:25:59 +0000 (16:25 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Sep 2019 14:23:41 +0000 (14:23 +0000)
commit7471b0f63276e707784c98b832992ff08b1898ef
treed125c1224a767e083be8792a2951db51296122aa
parent7d1cd6f22e7e3d95aba04c45776057945c2a5e30
s3:smb2_lock: handle NT_STATUS_RETRY from the VFS backend

This allows the VFS backends to implement async byte
range locking.

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/smbd/smb2_lock.c