diff options
Diffstat (limited to 'fs/cifs/dir.c')
| -rw-r--r-- | fs/cifs/dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index 2f35cccfcd8..54dce78fbb7 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c | |||
| @@ -254,7 +254,7 @@ cifs_create(struct inode *inode, struct dentry *direntry, int mode, | |||
| 254 | return -ENOMEM; | 254 | return -ENOMEM; |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | mode &= ~current->fs->umask; | 257 | mode &= ~current_umask(); |
| 258 | if (oplockEnabled) | 258 | if (oplockEnabled) |
| 259 | oplock = REQ_OPLOCK; | 259 | oplock = REQ_OPLOCK; |
| 260 | 260 | ||
| @@ -479,7 +479,7 @@ int cifs_mknod(struct inode *inode, struct dentry *direntry, int mode, | |||
| 479 | rc = -ENOMEM; | 479 | rc = -ENOMEM; |
| 480 | else if (pTcon->unix_ext) { | 480 | else if (pTcon->unix_ext) { |
| 481 | struct cifs_unix_set_info_args args = { | 481 | struct cifs_unix_set_info_args args = { |
| 482 | .mode = mode & ~current->fs->umask, | 482 | .mode = mode & ~current_umask(), |
| 483 | .ctime = NO_CHANGE_64, | 483 | .ctime = NO_CHANGE_64, |
| 484 | .atime = NO_CHANGE_64, | 484 | .atime = NO_CHANGE_64, |
| 485 | .mtime = NO_CHANGE_64, | 485 | .mtime = NO_CHANGE_64, |
