Whamcloud - gitweb
- GNS thread should be stopped after llite in unregistered
authoryury <yury>
Thu, 21 Apr 2005 11:39:53 +0000 (11:39 +0000)
committeryury <yury>
Thu, 21 Apr 2005 11:39:53 +0000 (11:39 +0000)
lustre/llite/super25.c

index 2294551..d026bfd 100644 (file)
@@ -185,11 +185,10 @@ out:
 
 static void __exit exit_lustre_lite(void)
 {
-        ll_gns_stop_thread();
-
         unregister_filesystem(&lustre_fs_type);
         unregister_filesystem(&lustre_lite_fs_type);
 
+        ll_gns_stop_thread();
         ll_destroy_inodecache();
         
         LASSERTF(kmem_cache_destroy(ll_file_data_slab) == 0,