From a15d6c3fad710027389a01486d18b94327a2b810 Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 22 Mar 2002 18:31:34 +0000 Subject: [PATCH] - Removed an overzealous BUG() that keeps us from cleaning up after C-c --- lustre/ptlrpc/niobuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/ptlrpc/niobuf.c b/lustre/ptlrpc/niobuf.c index 8f84d31..ddb2cec 100644 --- a/lustre/ptlrpc/niobuf.c +++ b/lustre/ptlrpc/niobuf.c @@ -110,8 +110,7 @@ int ptl_send_buf(struct ptlrpc_request *request, struct lustre_peer *peer, if (rc != PTL_OK) { CERROR("PtlPut(%d, %d, %d) failed: %d\n", remote_id.nid, portal, request->rq_xid, rc); - /* FIXME: tear down md */ - BUG(); + PtlMDUnlink(md_h); } return rc; -- 1.8.3.1