Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee03ec
)
Silence ptlbd warning with (I hope) is the correct new function. Zab?
author
adilger
<adilger>
Thu, 30 Jan 2003 09:58:25 +0000
(09:58 +0000)
committer
adilger
<adilger>
Thu, 30 Jan 2003 09:58:25 +0000
(09:58 +0000)
lustre/ptlbd/rpc.c
patch
|
blob
|
history
diff --git
a/lustre/ptlbd/rpc.c
b/lustre/ptlbd/rpc.c
index
5d808a4
..
76c857b
100644
(file)
--- 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);