cvs commit: src/sys/kern vfs_export.c vfs_mount.c src/sys/sys
mount.h
Konstantin Belousov
kib at FreeBSD.org
Mon Jun 9 10:32:23 UTC 2008
kib 2008-06-09 10:31:38 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_export.c vfs_mount.c
sys/sys mount.h
Log:
SVN rev 179670 on 2008-06-09 10:31:38Z by kib
Provide the mutual exclusion between the nfs export list modifications
and nfs requests processing. Lockmgr lock provides the shared locking for
nfs requests, while exclusive mode is used for modifications. The writer
starvation is handled by lockmgr too.
Reported by: kris, pho, many
Based on the submission by: mohan
Tested by: pho
MFC after: 2 weeks
Revision Changes Path
1.343 +4 -0 src/sys/kern/vfs_export.c
1.284 +2 -0 src/sys/kern/vfs_mount.c
1.231 +1 -0 src/sys/sys/mount.h
More information about the cvs-src
mailing list