projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8cd43
)
[CIFS] Fix build break caused by change to new current_umask helper function
author
Steve French
<sfrench@us.ibm.com>
Wed, 15 Apr 2009 03:09:39 +0000
(
03:09
+0000)
committer
Steve French
<sfrench@us.ibm.com>
Fri, 17 Apr 2009 01:26:50 +0000
(
01:26
+0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/dir.c
patch
|
blob
|
history
diff --git
a/fs/cifs/dir.c
b/fs/cifs/dir.c
index e937da7522ef61fc85390c8ae84a94f8a6400da2..461750e01364f9b38a3be599b8ee8cecf4b95d93 100644
(file)
--- a/
fs/cifs/dir.c
+++ b/
fs/cifs/dir.c
@@
-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,