Re: [PATCH] svcrpc: remove the unnecessary evaluation

2013-11-13 Thread J. Bruce Fields
On Fri, Nov 08, 2013 at 03:23:12PM +0800, Weng Meiling wrote: > > From: Weng Meiling Huh. Looks like that was introduced with "[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service port" in 2005. OK! Applied. --b. > > Signed-off-by: Weng Meiling > --- >

Re: [PATCH] svcrpc: remove the unnecessary evaluation

2013-11-13 Thread J. Bruce Fields
On Fri, Nov 08, 2013 at 03:23:12PM +0800, Weng Meiling wrote: From: Weng Meiling wengmeiling.w...@huawei.com Huh. Looks like that was introduced with [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service port in 2005. OK! Applied. --b. Signed-off-by:

[PATCH] svcrpc: remove the unnecessary evaluation

2013-11-07 Thread Weng Meiling
From: Weng Meiling Signed-off-by: Weng Meiling --- net/sunrpc/svc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index b974571..e7fbe36 100644 --- a/net/sunrpc/svc.c +++ b/net/sunrpc/svc.c @@ -1104,8 +1104,6 @@ svc_process_common(struct svc_rqst

[PATCH] svcrpc: remove the unnecessary evaluation

2013-11-07 Thread Weng Meiling
From: Weng Meiling wengmeiling.w...@huawei.com Signed-off-by: Weng Meiling wengmeiling.w...@huawei.com --- net/sunrpc/svc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index b974571..e7fbe36 100644 --- a/net/sunrpc/svc.c +++ b/net/sunrpc/svc.c @@