From 0d5794f6f92dbfc2400b73ed3a0376a050b28b50 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Fri, 3 Jan 2020 12:41:00 -0700 Subject: [PATCH] vfs_glusterfs: Rename argument of flock function MS-SMB2 and the smbd code refer to this field as share_access. Use the same name in the function argument. Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- source3/modules/vfs_glusterfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index d7a1ec4d334..e8bd64be9e6 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -1604,7 +1604,7 @@ out: } static int vfs_gluster_kernel_flock(struct vfs_handle_struct *handle, - files_struct *fsp, uint32_t share_mode, + files_struct *fsp, uint32_t share_access, uint32_t access_mask) { errno = ENOSYS;