From 09396b3942db39b85776344b6f612c841977b4d9 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 19 Feb 2009 13:03:49 +0000 Subject: [PATCH] ll_put_super(): remove noisy and no longer useful debugging statement. --- lustre/llite/llite_lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 2f20b80..b407584 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -1006,7 +1006,6 @@ void ll_put_super(struct super_block *sb) lustre_common_put_super(sb); cl_env_cache_purge(~0); - lu_context_keys_dump(); LCONSOLE_WARN("client %s umount complete\n", ll_instance); -- 1.8.3.1