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:
b0963b8
)
Branch: b1_4
author
green
<green>
Tue, 19 Jul 2005 20:09:47 +0000
(20:09 +0000)
committer
green
<green>
Tue, 19 Jul 2005 20:09:47 +0000
(20:09 +0000)
__ptlrpc_server_free_request should be of void return type as it does not return
anything. Fixes compile warning
lustre/ptlrpc/service.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/service.c
b/lustre/ptlrpc/service.c
index
2aa2e08
..
f54b029
100644
(file)
--- a/
lustre/ptlrpc/service.c
+++ b/
lustre/ptlrpc/service.c
@@
-361,7
+361,7
@@
failed:
return NULL;
}
-static
int
__ptlrpc_server_free_request(struct ptlrpc_request *req)
+static
void
__ptlrpc_server_free_request(struct ptlrpc_request *req)
{
struct ptlrpc_request_buffer_desc *rqbd = req->rq_rqbd;