summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-07-01 14:42:50 +0200
committerJeremy Allison <jra@samba.org>2019-07-02 17:01:27 +0000
commit5a012a0fdfdd68640bae4a5044dbd071143fa252 (patch)
tree26fd91911be063cd27d96ff490038fa3812e418e /source3/modules/vfs_fruit.c
parentb70d855e1aedf6b267b9d6fe189fefd207bffc2c (diff)
downloadsamba-5a012a0fdfdd68640bae4a5044dbd071143fa252.tar.gz
smbd: do_lock() never sees blocking locks anymore
This is now all handled in protocol-specific layers Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/modules/vfs_fruit.c')
-rw-r--r--source3/modules/vfs_fruit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c
index 0952027baa4..bf87de5c5f6 100644
--- a/source3/modules/vfs_fruit.c
+++ b/source3/modules/vfs_fruit.c
@@ -2752,7 +2752,6 @@ static NTSTATUS fruit_check_access(vfs_handle_struct *handle,
off,
READ_LOCK,
POSIX_LOCK,
- false, /* blocking_lock */
NULL,
NULL);
@@ -2771,7 +2770,6 @@ static NTSTATUS fruit_check_access(vfs_handle_struct *handle,
off,
READ_LOCK,
POSIX_LOCK,
- false, /* blocking_lock */
NULL,
NULL);
@@ -2790,7 +2788,6 @@ static NTSTATUS fruit_check_access(vfs_handle_struct *handle,
off,
READ_LOCK,
POSIX_LOCK,
- false,
NULL,
NULL);
@@ -2809,7 +2806,6 @@ static NTSTATUS fruit_check_access(vfs_handle_struct *handle,
off,
READ_LOCK,
POSIX_LOCK,
- false,
NULL,
NULL);