From: David Chinner Date: Thu, 30 Oct 2008 06:15:03 +0000 (+1100) Subject: [XFS] Use struct inodes instead of vnodes to kill vn_grab X-Git-Tag: v2.6.29-rc1~552^2~81^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc60a99323b3ec628273b5fa998285c87d464ca6;p=pandora-kernel.git [XFS] Use struct inodes instead of vnodes to kill vn_grab With the sync code relocated to the linux-2.6 directory we can use struct inodes directly. If we do the same thing for the quota release code, we can remove vn_grab altogether. While here, convert the VN_BAD() checks to is_bad_inode() so we can remove vnodes entirely from this code. SGI-PV: 988140 SGI-Modid: xfs-linux-melb:xfs-kern:32304a Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed