cvs commit: src/sys/kern vfs_syscalls.c
Konstantin Belousov
kib at FreeBSD.org
Mon Feb 19 10:56:10 UTC 2007
kib 2007-02-19 10:56:10 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
Remove union_dircheckp hook, it is not needed by new unionfs code anymore.
As consequence, getdirentries() no longer needs to drop/reacquire
directory vnode lock, that would allow it to be reclaimed in between.
Reported and tested by: Peter Holm
Approved by: rodrigc (unionfs)
MFC after: 1 week
Revision Changes Path
1.431 +33 -65 src/sys/kern/vfs_syscalls.c
More information about the cvs-src
mailing list