diff options
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index 800dd4f98d4e..58973bb46038 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -225,8 +225,8 @@ xfs_vn_mknod( | |||
225 | if (IS_ERR(default_acl)) | 225 | if (IS_ERR(default_acl)) |
226 | return -PTR_ERR(default_acl); | 226 | return -PTR_ERR(default_acl); |
227 | 227 | ||
228 | if (!default_acl) | 228 | if (!default_acl) |
229 | mode &= ~current_umask(); | 229 | mode &= ~current_umask(); |
230 | } | 230 | } |
231 | 231 | ||
232 | xfs_dentry_to_name(&name, dentry); | 232 | xfs_dentry_to_name(&name, dentry); |