From: adilger Date: Thu, 30 Jan 2003 09:58:25 +0000 (+0000) Subject: Silence ptlbd warning with (I hope) is the correct new function. Zab? X-Git-Tag: v1_7_110~2^11~204 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8bbde358d98d454cac70b9c4dec71e0ea5c08675;p=fs%2Flustre-release.git Silence ptlbd warning with (I hope) is the correct new function. Zab? --- 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);