diff options
Diffstat (limited to 'fs/hfsplus/options.c')
| -rw-r--r-- | fs/hfsplus/options.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/options.c b/fs/hfsplus/options.c index bab7f8d1bdf..3fcbb0e1f6f 100644 --- a/fs/hfsplus/options.c +++ b/fs/hfsplus/options.c @@ -48,7 +48,7 @@ void hfsplus_fill_defaults(struct hfsplus_sb_info *opts)  	opts->creator = HFSPLUS_DEF_CR_TYPE;  	opts->type = HFSPLUS_DEF_CR_TYPE; -	opts->umask = current->fs->umask; +	opts->umask = current_umask();  	opts->uid = current_uid();  	opts->gid = current_gid();  	opts->part = -1;  |