Date: Mon, 19 Feb 2007 10:56:10 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200702191056.l1JAuASc059200@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702191056.l1JAuASc059200>