From 8bbde358d98d454cac70b9c4dec71e0ea5c08675 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 30 Jan 2003 09:58:25 +0000 Subject: [PATCH] Silence ptlbd warning with (I hope) is the correct new function. Zab? --- lustre/ptlbd/rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlbd/rpc.c b/lustre/ptlbd/rpc.c index 5d808a4..76c857b 100644 --- a/lustre/ptlbd/rpc.c +++ b/lustre/ptlbd/rpc.c @@ -444,7 +444,7 @@ static int ptlbd_put_read(struct ptlrpc_request *req) bulk->bp_buflen = niob->n_length; } - rc = ptlrpc_send_bulk(desc); + rc = ptlrpc_bulk_put(desc); if ( rc ) GOTO(out_bulk, rc); -- 1.8.3.1