Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88dd47ff authored by Steve French's avatar Steve French
Browse files

[CIFS] Fix build break caused by change to new current_umask helper function



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent bc8cd439
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry,
			if (!((nd->intent.open.flags & O_CREAT) &&
					(nd->intent.open.flags & O_EXCL))) {
				mode = nd->intent.open.create_mode &
						~current->fs->umask;
						~current_umask();
				rc = cifs_posix_open(full_path, &newInode,
					parent_dir_inode->i_sb, mode,
					nd->intent.open.flags, &oplock,