Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[deliverable/linux.git] / fs / hpfs / super.c
index c40f6e24244476d3af40988d7320cbf4de3ac0f5..fecf402d7b8a42ce7f7bf4b1595e71f51d5b88b5 100644 (file)
@@ -480,7 +480,7 @@ static int hpfs_fill_super(struct super_block *s, void *options, int silent)
 
        uid = current_uid();
        gid = current_gid();
-       umask = current->fs->umask;
+       umask = current_umask();
        lowercase = 0;
        conv = CONV_BINARY;
        eas = 2;
This page took 0.041606 seconds and 5 git commands to generate.