Re: [PATCH 05/19] SUNRPC: track whether a request is coming from a loop-back interface.

2014-04-16 Thread NeilBrown
On Wed, 16 Apr 2014 10:47:02 -0400 Jeff Layton wrote: > On Wed, 16 Apr 2014 14:03:36 +1000 > NeilBrown wrote: > > > If an incoming NFS request is coming from the local host, then > > nfsd will need to perform some special handling. So detect that > > possibility and make the source visible in

Re: [PATCH 05/19] SUNRPC: track whether a request is coming from a loop-back interface.

2014-04-16 Thread Jeff Layton
On Wed, 16 Apr 2014 14:03:36 +1000 NeilBrown wrote: > If an incoming NFS request is coming from the local host, then > nfsd will need to perform some special handling. So detect that > possibility and make the source visible in rq_local. > > Signed-off-by: NeilBrown > --- > include/linux/sunr

[PATCH 05/19] SUNRPC: track whether a request is coming from a loop-back interface.

2014-04-15 Thread NeilBrown
If an incoming NFS request is coming from the local host, then nfsd will need to perform some special handling. So detect that possibility and make the source visible in rq_local. Signed-off-by: NeilBrown --- include/linux/sunrpc/svc.h |1 + include/linux/sunrpc/svc_xprt.h |1 + ne