Skip to content
Snippets Groups Projects
Commit 2ee27d05 authored by Robert Read's avatar Robert Read
Browse files

b=3934

Add some more debugging.
parent d024c27c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment