From: Christof Schmitt Date: Fri, 3 Jan 2020 19:41:00 +0000 (-0700) Subject: vfs_glusterfs: Rename argument of flock function X-Git-Tag: ldb-2.1.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5794f6f92dbfc2400b73ed3a0376a050b28b50;p=thirdparty%2Fsamba.git 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 --- 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;