From: rread Date: Thu, 22 Jul 2004 19:33:03 +0000 (+0000) Subject: b=3934 X-Git-Tag: 1.3.4~552 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2ee27d059ac5ef52843decbde9da12ec0b225de9;p=fs%2Flustre-release.git b=3934 Add some more debugging. --- 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;