Whamcloud - gitweb
b=3934
authorrread <rread>
Thu, 22 Jul 2004 19:33:03 +0000 (19:33 +0000)
committerrread <rread>
Thu, 22 Jul 2004 19:33:03 +0000 (19:33 +0000)
Add some more debugging.

lustre/mds/mds_reint.c

index c6fe777..a606914 100644 (file)
@@ -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;