Christoph Hellwig wrote:
On Mon, Jul 28, 2008 at 04:26:25PM +1000, Lachlan McIlroy wrote:
kill bhv_vnode_t
All remaining bhv_vnode_t instance are in code that's more or less Linux
specific. (Well, for xfs_acl.c that could be argued, but that code is
on the removal list, too). So just do an s/bhv_vnode_t/struct inode/
over the whole tree. We can clean up variable naming and some useless
helpers later.
Thanks, but I wonder how this could even apply without the
intialize_vnode cleanup..
It applied fine. Didn't build though - I had to change a couple more
bhv_vnode_t's.
|