From: Christoph Hellwig Date: Wed, 19 Sep 2007 05:27:49 +0000 (+1000) Subject: [XFS] simplify vn_revalidate X-Git-Tag: v2.6.25-rc1~282^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a62542b6d7f726d6c1d2cfbfa084f721ba4a26;p=pandora-kernel.git [XFS] simplify vn_revalidate No need to allocate a bhv_vattr_t on stack and call xfs_getattr to update a few fields in the Linux inode from the XFS inode, just do it directly. And yes, this function is in dire need of a better name and prototype, I'll do in a separate patch, though. SGI-PV: 970705 SGI-Modid: xfs-linux-melb:xfs-kern:29713a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed