X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2Fsuper.c;h=f627b7c53d2b7fefda7546daac7efac40f1a765f;hb=da05b5ea12c1e50b2988a63470d6b69434796f8b;hp=8020974b2a685e196d0f7c9077f2c3334e46fbd3;hpb=379bb045171dea3e2ee01b32fe88f2afe1fe2fa8;p=linux.git diff --git a/fs/super.c b/fs/super.c index 8020974b2a68..f627b7c53d2b 100644 --- a/fs/super.c +++ b/fs/super.c @@ -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