From c67e62483a32443bd78cecad232d61882f2f394f Mon Sep 17 00:00:00 2001 From: "Alexander.Zarochentsev" Date: Thu, 10 Jun 2010 14:35:05 +0400 Subject: [PATCH] b=20498 print ldlm locks if obd_exports_barrier hangs. i=tappro i=robert.read --- lustre/obdclass/genops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/genops.c b/lustre/obdclass/genops.c index 5012b39..fd038cf 100644 --- a/lustre/obdclass/genops.c +++ b/lustre/obdclass/genops.c @@ -1452,7 +1452,7 @@ void obd_exports_barrier(struct obd_device *obd) "The obd refcount = %d. Is it stuck?\n", obd->obd_name, waited, cfs_atomic_read(&obd->obd_refcount)); - dump_exports(obd, 0); + dump_exports(obd, 1); } waited *= 2; cfs_spin_lock(&obd->obd_dev_lock); -- 1.8.3.1