Whamcloud - gitweb
LU-2622 obdclass: Remove the global cl_env list
[fs/lustre-release.git] / lustre / liblustre / llite_cl.c
index 7374e4b..337a5ce 100644 (file)
@@ -791,6 +791,5 @@ int cl_sb_fini(struct llu_sb_info *sbi)
          * automatically when last device is destroyed).
          */
         lu_types_stop();
-        cl_env_cache_purge(~0);
         RETURN(0);
 }