diff options
Diffstat (limited to 'fs/cifs/smb1ops.c')
| -rw-r--r-- | fs/cifs/smb1ops.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/cifs/smb1ops.c b/fs/cifs/smb1ops.c index eb994e313c6a..b130efaf8feb 100644 --- a/fs/cifs/smb1ops.c +++ b/fs/cifs/smb1ops.c @@ -766,7 +766,7 @@ smb_set_file_info(struct inode *inode, const char *full_path,  	struct cifs_tcon *tcon;  	/* if the file is already open for write, just use that fileid */ -	open_file = find_writable_file(cinode, true); +	open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY);  	if (open_file) {  		fid.netfid = open_file->fid.netfid;  		netpid = open_file->pid; |