]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/super.c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / fs / super.c
index 8020974b2a685e196d0f7c9077f2c3334e46fbd3..f627b7c53d2b7fefda7546daac7efac40f1a765f 100644 (file)
@@ -1555,11 +1555,6 @@ int vfs_get_tree(struct fs_context *fc)
        sb = fc->root->d_sb;
        WARN_ON(!sb->s_bdi);
 
-       if (fc->subtype && !sb->s_subtype) {
-               sb->s_subtype = fc->subtype;
-               fc->subtype = NULL;
-       }
-
        /*
         * Write barrier is for super_cache_count(). We place it before setting
         * SB_BORN as the data dependency between the two functions is the