]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Patch the regular nfs client in a manner analagous to
authorRick Macklem <rmacklem@FreeBSD.org>
Fri, 17 Jul 2009 19:38:07 +0000 (19:38 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Fri, 17 Jul 2009 19:38:07 +0000 (19:38 +0000)
commit874bb766470c542bdcd01eed6952d9df75c5b7bb
treefbe7000ab5255b2edd566b75454c68733021b612
parent69ca61ba5e482dda9410c227ca300218bf56c95a
Patch the regular nfs client in a manner analagous to
r195704 for the experimental client. The patch avoids calling vn_lock()
for the case where nfs_nget() has acquired the same vnode as dvp,
since nfs_nget() has already locked the vnode.

Reviewed by: kib, jhb
Approved by: re (kensmith), kib (mentor)
sys/nfsclient/nfs_vnops.c