Merge branch 'topic/vmaster-update' into topic/docbook-fix
[deliverable/linux.git] / fs / hfs / super.c
index 3c7c7637719cfd6e83531402e0759f38c794e3a6..c8b5acf4b0b7c086953e5526677bf30c740272d4 100644 (file)
@@ -210,8 +210,8 @@ static int parse_options(char *options, struct hfs_sb_info *hsb)
        int tmp, token;
 
        /* initialize the sb with defaults */
-       hsb->s_uid = current->uid;
-       hsb->s_gid = current->gid;
+       hsb->s_uid = current_uid();
+       hsb->s_gid = current_gid();
        hsb->s_file_umask = 0133;
        hsb->s_dir_umask = 0022;
        hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */
This page took 0.023926 seconds and 5 git commands to generate.