* [PATCH] svcrpc: remove the unnecessary evaluation [not found] ` <52786417.6090707-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> @ 2013-11-08 7:23 ` Weng Meiling [not found] ` <527C9160.3070808-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 2+ messages in thread From: Weng Meiling @ 2013-11-08 7:23 UTC (permalink / raw) To: linux-nfs-u79uwXL29TY76Z2rM5mHXA Cc: Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA, bfields-uC3wQj2KruNg9hUCZPvPmw, davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Li Zefan From: Weng Meiling <wengmeiling.weng-hv44wF8Li93QT0dZR+AlfA@public•gmane.org> Signed-off-by: Weng Meiling <wengmeiling.weng-hv44wF8Li93QT0dZR+AlfA@public•gmane.org> --- 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 *rqstp, struct kvec *argv, struct kvec *resv) rqstp->rq_vers = vers = svc_getnl(argv); /* version number */ rqstp->rq_proc = proc = svc_getnl(argv); /* procedure number */ - progp = serv->sv_program; - for (progp = serv->sv_program; progp; progp = progp->pg_next) if (prog == progp->pg_prog) break; -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public•gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 2+ messages in thread
[parent not found: <527C9160.3070808-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH] svcrpc: remove the unnecessary evaluation [not found] ` <527C9160.3070808-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> @ 2013-11-13 15:56 ` J. Bruce Fields 0 siblings, 0 replies; 2+ messages in thread From: J. Bruce Fields @ 2013-11-13 15:56 UTC (permalink / raw) To: Weng Meiling Cc: linux-nfs-u79uwXL29TY76Z2rM5mHXA, Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA, davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Li Zefan On Fri, Nov 08, 2013 at 03:23:12PM +0800, Weng Meiling wrote: > > From: Weng Meiling <wengmeiling.weng-hv44wF8Li93QT0dZR+AlfA@public•gmane.org> 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 <wengmeiling.weng-hv44wF8Li93QT0dZR+AlfA@public•gmane.org> > --- > 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 *rqstp, struct kvec *argv, struct kvec *resv) > rqstp->rq_vers = vers = svc_getnl(argv); /* version number */ > rqstp->rq_proc = proc = svc_getnl(argv); /* procedure number */ > > - progp = serv->sv_program; > - > for (progp = serv->sv_program; progp; progp = progp->pg_next) > if (prog == progp->pg_prog) > break; > -- > 1.8.3.1 > > > > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public•gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-13 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <52786417.6090707@huawei.com>
[not found] ` <52786417.6090707-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2013-11-08 7:23 ` [PATCH] svcrpc: remove the unnecessary evaluation Weng Meiling
[not found] ` <527C9160.3070808-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2013-11-13 15:56 ` J. Bruce Fields
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox