From 4a697fa45ee90ddb47a05389640fa6ae4d6aa365 Mon Sep 17 00:00:00 2001 From: yangsheng <yangsheng> Date: Fri, 7 Nov 2008 09:12:28 +0000 Subject: [PATCH] Branch HEAD b=17357 --- lustre/ptlrpc/pack_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index 4247568892..42790f125b 100644 --- a/lustre/ptlrpc/pack_generic.c +++ b/lustre/ptlrpc/pack_generic.c @@ -585,7 +585,7 @@ static inline int lustre_unpack_ptlrpc_body_v2(struct lustre_msg_v2 *m, return -EINVAL; } - return flipped; + return 0; } int lustre_unpack_req_ptlrpc_body(struct ptlrpc_request *req, int offset) -- GitLab