Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2005 23:05:45 -0400
From:      Suleiman Souhlal <ssouhlal@FreeBSD.org>
To:        current@FreeBSD.org
Subject:   [PATCH] Allow watching of vnodes that reside on non-UFS filesystems with kqueue
Message-ID:  <0842a01b5aa0cfcd84763fff4a30113e@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hello,

The patch at 
http://people.freebsd.org/~ssouhlal/testing/kqueue-hooks-20050412.diff 
allows watching vnodes on non-UFS filesystems with kqueue.

It moves the VN_KNOTE calls to pre and post VOP_* hooks. These hooks 
are currently used for VFS lock debugging only, but I made them 
unconditional. I think that they we could eventually move the 
mac_check_vnode_* calls into them too, with a bit of work.

I would like to commit this to HEAD, if there are no objections.

Bye,
--
Suleiman Souhlal     | ssouhlal@vt.edu
The FreeBSD Project  | ssouhlal@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0842a01b5aa0cfcd84763fff4a30113e>