ALSA: hda - Fix pending unsol events at shutdown
[linux-2.6-block.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