]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In nfs_request(), always exit using the nfsmout label once we're
authorRobert Watson <rwatson@FreeBSD.org>
Sat, 21 Mar 2009 21:49:07 +0000 (21:49 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sat, 21 Mar 2009 21:49:07 +0000 (21:49 +0000)
commit06bd99086d6f34208978eaad76ef6761e3a3796d
tree7fd4279168e92f118b0a711adc49c3c8843938e2
parente744b7e395dd3b58a9ea7f0ed6fd7a67c52c01b3
In nfs_request(), always exit using the nfsmout label once we're
definitely doing an NFSv2 or NFSv3 RPC, rather than sometimes doing
so and sometimes not.  This makes it easier to add a DTrace return
probe at a single point in the function.

MFC after: 1 week
sys/nfsclient/nfs_krpc.c