From 12aa62da1634856ca86968626dabcf8b9cd236e6 Mon Sep 17 00:00:00 2001 From: green Date: Tue, 19 Jul 2005 20:09:47 +0000 Subject: [PATCH] Branch: b1_4 __ptlrpc_server_free_request should be of void return type as it does not return anything. Fixes compile warning --- lustre/ptlrpc/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index 2aa2e08..f54b029 100644 --- 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; -- 1.8.3.1