From 4428229f150485d15664f8b214bf752c7e0ed8ac Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 11 Jul 2005 11:05:19 +0000 Subject: [PATCH] - dump log if memory leak observed --- lustre/lvfs/lvfs_linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/lvfs/lvfs_linux.c b/lustre/lvfs/lvfs_linux.c index 112a1ad..2c61a1c 100644 --- a/lustre/lvfs/lvfs_linux.c +++ b/lustre/lvfs/lvfs_linux.c @@ -604,6 +604,8 @@ void lvfs_memdbg_show(void) } spin_unlock(&obd_memlist_lock); #endif + /* remove for production */ + portals_debug_dumplog(); } } EXPORT_SYMBOL(lvfs_memdbg_show); -- 1.8.3.1