diff options
Diffstat (limited to 'fs/hpfs')
-rw-r--r-- | fs/hpfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c index c40f6e242444..fecf402d7b8a 100644 --- a/fs/hpfs/super.c +++ b/fs/hpfs/super.c | |||
@@ -480,7 +480,7 @@ static int hpfs_fill_super(struct super_block *s, void *options, int silent) | |||
480 | 480 | ||
481 | uid = current_uid(); | 481 | uid = current_uid(); |
482 | gid = current_gid(); | 482 | gid = current_gid(); |
483 | umask = current->fs->umask; | 483 | umask = current_umask(); |
484 | lowercase = 0; | 484 | lowercase = 0; |
485 | conv = CONV_BINARY; | 485 | conv = CONV_BINARY; |
486 | eas = 2; | 486 | eas = 2; |