Whamcloud - gitweb
Silence ptlbd warning with (I hope) is the correct new function. Zab?
authoradilger <adilger>
Thu, 30 Jan 2003 09:58:25 +0000 (09:58 +0000)
committeradilger <adilger>
Thu, 30 Jan 2003 09:58:25 +0000 (09:58 +0000)
lustre/ptlbd/rpc.c

index 5d808a4..76c857b 100644 (file)
@@ -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);