The nfs_quick_reply() function needs to know the current RPC transport
authorzoulasc <christos@zoulas.com>
Thu, 3 Mar 2016 18:24:10 +0000 (13:24 -0500)
committerzoulasc <christos@zoulas.com>
Thu, 3 Mar 2016 18:24:10 +0000 (13:24 -0500)
commiteb04876145e5cc48fceaf4d286e801f10776879d
treeb186a8092079566fbcecd89b077ede5b93c3288a
parentee8f0a7dffbd1cd6c829dd6509d7dba3c35727dc
The nfs_quick_reply() function needs to know the current RPC transport
outside of the NFS LOOKUP method call. It needs this to reply to the
NFS LOOKUP call that initiated the mount.

Now there are functions that avoid transport corruption if another
request comes in during the backgroud mount make nfs_quick_reply()
use them.

From: Ian Kent
amd/amfs_generic.c
amd/map.c
amd/nfs_subr.c