]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hpfs/super.c
New helper - current_umask()
[linux-2.6-omap-h63xx.git] / fs / hpfs / super.c
index 0d049b8919c42ed1c62871f26815994a5f00e254..c696d01bc8f7954c8d7cfc12b3e3c714f8ebc20f 100644 (file)
@@ -477,7 +477,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;