From: alex Date: Fri, 27 May 2005 21:02:00 +0000 (+0000) Subject: b=6403 X-Git-Tag: 1.4.10~1081 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=1d526a1b4019f109bd79c2fe2f98d563e06d76b4;p=fs%2Flustre-release.git b=6403 - additional check because a req with FL_REPLAY can be w/o repmsg --- diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 2d3f29a..349e218 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -1229,7 +1229,8 @@ void ptlrpc_free_committed(struct obd_import *imp) DEBUG_REQ(D_HA, req, "keeping (FL_REPLAY), " "closed by x"LPD64"/t"LPD64, mod->mod_close_req->rq_xid, - mod->mod_close_req->rq_repmsg->transno); + mod->mod_close_req->rq_repmsg ? + mod->mod_close_req->rq_repmsg->transno : 0); continue; }