cvs commit: src/sys/kern vfs_cache.c vfs_lookup.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Sep 21 03:16:57 PDT 2007
pjd 2007-09-21 10:16:56 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_cache.c vfs_lookup.c
Log:
Fix some locking cases where we ask for exclusively locked vnode, but we get
shared locked vnode in instead when vfs.lookup_shared is set to 1.
Discussed with: kib, kris
Tested by: kris
Approved by: re (kensmith)
Revision Changes Path
1.114 +17 -4 src/sys/kern/vfs_cache.c
1.102 +8 -0 src/sys/kern/vfs_lookup.c
More information about the cvs-src
mailing list