From 2ee27d059ac5ef52843decbde9da12ec0b225de9 Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 22 Jul 2004 19:33:03 +0000 Subject: [PATCH] b=3934 Add some more debugging. --- lustre/mds/mds_reint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index c6fe777..a606914 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -131,7 +131,7 @@ int mds_finish_transno(struct mds_obd *mds, struct inode *inode, void *handle, transno = req->rq_reqmsg->transno; if (rc != 0) { - LASSERT(transno == 0); + LASSERTF(transno == 0, "BUG 3934, t"LPU64" rc %d,", transno, rc); } else if (transno == 0) { spin_lock(&mds->mds_transno_lock); transno = ++mds->mds_last_transno; -- 1.8.3.1