From a98a59e75dc711b2a5d37b0d51b78a92087f9876 Mon Sep 17 00:00:00 2001 From: lsy Date: Sun, 26 Mar 2006 04:34:26 +0000 Subject: [PATCH] typo fix. --- lustre/llite/super25.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/super25.c b/lustre/llite/super25.c index 1e02b8ac..c3072a3 100644 --- a/lustre/llite/super25.c +++ b/lustre/llite/super25.c @@ -174,7 +174,7 @@ static void __exit exit_lustre_lite(void) ll_unregister_cache(&ll_cache_definition); ll_destroy_inodecache(); - rc = kmem_cache_destroy(ll_file_data_slab): + rc = kmem_cache_destroy(ll_file_data_slab); LASSERTF(rc == 0, "couldn't destroy ll_file_data slab\n"); if (ll_async_page_slab) { rc = kmem_cache_destroy(ll_async_page_slab); -- 1.8.3.1