From: Christoph Hellwig Date: Wed, 13 Aug 2008 06:22:40 +0000 (+1000) Subject: [XFS] kill bhv_vnode_t X-Git-Tag: v2.6.27-rc4~106^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec7f8c7d14a3ea6bf920b3350f5c5d3527cb837;p=pandora-kernel.git [XFS] 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. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31781a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed