Home
last modified time | relevance | path

Searched hist:"7 ef95239a9be649a93e66586b5c28e751daf93ba" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/nfsserver/
H A Dnfs.hdiff 7ef95239a9be649a93e66586b5c28e751daf93ba Wed Dec 22 00:12:45 CET 2010 Pawel Jakub Dawidek <pjd@FreeBSD.org> - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -
this is the only place that is different from all the other nfsrv_fhtovp()
consumers.
This simplifies nfsrv_fhtovp() a bit and also eliminates one
vn_lock/VOP_UNLOCK() cycle in case of NFSv3.
- Implement NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() that tells it to leave
mount point busy.

Reviewed by: kib
MFC after: 5 days