]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- umask fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 21 Jul 2009 01:25:36 +0000 (01:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-unionfs.patch -> 1.4

kernel-unionfs.patch

index e017089a46caa35c3283539925ee4be61ee96e8b..608f1f4885340107812792f818548e1e55396efc 100644 (file)
@@ -10812,7 +10812,7 @@ index 0000000..a55684d
 +              if (!err)
 +                      err = vfs_create(lower_dir_dentry->d_inode,
 +                                       lower_wh_dentry,
-+                                       ~current->fs->umask & S_IRUGO,
++                                       ~current_umask() & S_IRUGO,
 +                                       &nd);
 +              unlock_dir(lower_dir_dentry);
 +              dput(lower_wh_dentry);
This page took 1.564006 seconds and 4 git commands to generate.