From: Christoph Hellwig Date: Mon, 21 Jul 2008 06:16:15 +0000 (+1000) Subject: [XFS] Remove vn_revalidate calls in xfs. X-Git-Tag: v2.6.27-rc2~91^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13fae2d2a9372a5155d20bc9da4c14f02193277;p=pandora-kernel.git [XFS] Remove vn_revalidate calls in xfs. These days most of the attributes in struct inode are properly kept in sync by XFS. This patch removes the need for vn_revalidate completely by: - keeping inode.i_flags uptodate after any flags are updated in xfs_ioctl_setattr - keeping i_mode, i_uid and i_gid uptodate in xfs_setattr SGI-PV: 984566 SGI-Modid: xfs-linux-melb:xfs-kern:31679a Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed