Whamcloud - gitweb
Branch HEAD
authorvitaly <vitaly>
Tue, 16 Oct 2007 11:48:15 +0000 (11:48 +0000)
committervitaly <vitaly>
Tue, 16 Oct 2007 11:48:15 +0000 (11:48 +0000)
b=13672
i=tappro
i=huanghua

mdc_commit_delayed bugfix

lustre/mdc/mdc_request.c

index 4912d06..fe74d9b 100644 (file)
@@ -727,7 +727,6 @@ void mdc_commit_delayed(struct ptlrpc_request *req)
                         LASSERT(cur->rq_transno != 0);
                         LASSERT(cur->rq_import == req->rq_import);
 
-                        list_del_init(&cur->rq_mod_list);
                         /* We no longer want to preserve this for transno-
                          * unconditional replay. */
                         spin_lock(&cur->rq_lock);