From 75fd9b7df0dfa82a54e1e1b71b8fe57ba6b3178a Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 21 Apr 2005 11:39:53 +0000 Subject: [PATCH] - GNS thread should be stopped after llite in unregistered --- lustre/llite/super25.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/llite/super25.c b/lustre/llite/super25.c index 2294551..d026bfd 100644 --- a/lustre/llite/super25.c +++ b/lustre/llite/super25.c @@ -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, -- 1.8.3.1