Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
[cascardo/linux.git] / fs / hpfs / super.c
index bc28bf0..a307622 100644 (file)
@@ -398,7 +398,6 @@ static int hpfs_remount_fs(struct super_block *s, int *flags, char *data)
        *flags |= MS_NOATIME;
        
        hpfs_lock(s);
-       lock_super(s);
        uid = sbi->sb_uid; gid = sbi->sb_gid;
        umask = 0777 & ~sbi->sb_mode;
        lowercase = sbi->sb_lowercase;
@@ -431,12 +430,10 @@ static int hpfs_remount_fs(struct super_block *s, int *flags, char *data)
 
        replace_mount_options(s, new_opts);
 
-       unlock_super(s);
        hpfs_unlock(s);
        return 0;
 
 out_err:
-       unlock_super(s);
        hpfs_unlock(s);
        kfree(new_opts);
        return -EINVAL;