Date: Fri, 23 Feb 2001 12:06:04 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys event.h src/sys/ufs/ufs ufs_vnops.c Message-ID: <200102232006.f1NK64r58448@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/02/23 12:06:04 PST Modified files: sys/kern vfs_subr.c sys/sys event.h sys/ufs/ufs ufs_vnops.c Log: Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). Use this to tell a filter attached to a vnode that the underlying vnode is no longer valid, by returning EV_EOF. PR: kern/25309, kern/25206 Revision Changes Path 1.305 +6 -1 src/sys/kern/vfs_subr.c 1.10 +2 -1 src/sys/sys/event.h 1.158 +14 -1 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102232006.f1NK64r58448>