From 1d526a1b4019f109bd79c2fe2f98d563e06d76b4 Mon Sep 17 00:00:00 2001 From: alex <alex> Date: Fri, 27 May 2005 21:02:00 +0000 Subject: [PATCH] b=6403 - additional check because a req with FL_REPLAY can be w/o repmsg --- lustre/ptlrpc/client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 2d3f29a9f8..349e2182b9 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; } -- GitLab