fuse: reject options on reconfigure via fsconfig(2)
[linux-2.6-microblaze.git] / fs / namespace.c
index f30ed40..4a0f600 100644 (file)
@@ -2603,6 +2603,7 @@ static int do_remount(struct path *path, int ms_flags, int sb_flags,
        if (IS_ERR(fc))
                return PTR_ERR(fc);
 
+       fc->oldapi = true;
        err = parse_monolithic_mount_data(fc, data);
        if (!err) {
                down_write(&sb->s_umount);