Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / lustre / llite / vvp_dev.c
index e623216e962dd2a5035928013904a455894168f9..771c0bd190a535e2af4040f382672878fc5b879b 100644 (file)
@@ -368,12 +368,6 @@ int cl_sb_fini(struct super_block *sb)
                CERROR("Cannot cleanup cl-stack due to memory shortage.\n");
                result = PTR_ERR(env);
        }
-       /*
-        * If mount failed (sbi->ll_cl == NULL), and this there are no other
-        * mounts, stop device types manually (this usually happens
-        * automatically when last device is destroyed).
-        */
-       lu_types_stop();
        return result;
 }
 
This page took 0.025762 seconds and 5 git commands to generate.