mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
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 <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
4667399457
commit
0d5794f6f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user