From e65b252d8bc07ff86d285fe704151a8c34c13155 Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 24 Nov 2008 15:24:47 +0000 Subject: [PATCH] b=17631 - fixes ptlrpc_abort_bulk() which was incorrectly changed in previous commit. --- lustre/mds/handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 21cff73..8284bd5 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -164,7 +164,7 @@ static int mds_sendpage(struct ptlrpc_request *req, struct file *file, EXIT; abort_bulk: - ptlrpc_abort_bulk(req); + ptlrpc_abort_bulk(desc); cleanup_buf: for (i = 0; i < npages; i++) if (pages[i]) -- 1.8.3.1