s3:blocking: handle NT_STATUS_RETRY from the VFS backend
authorStefan Metzmacher <metze@samba.org>
Mon, 19 Aug 2019 13:29:32 +0000 (15:29 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Sep 2019 14:23:41 +0000 (14:23 +0000)
commit7d1cd6f22e7e3d95aba04c45776057945c2a5e30
tree0af292c80c8eda9de8a4e025fff8e590ab6aa96f
parent8975673e3c3f9f7dbdb7ba7562bb81a62cd24e2e
s3:blocking: 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/blocking.c