]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] simplify xfs_vn_getattr
authorChristoph Hellwig <hch@infradead.org>
Thu, 11 Oct 2007 07:46:39 +0000 (17:46 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 7 Feb 2008 05:49:06 +0000 (16:49 +1100)
commitc43f408795c3210c9f5c925e4a49dbb93d41bb57
treed60d693822eccbb242305a9945186dd0a4df1090
parent613d70436c1aeda6843ca8b70c7fab6d0484a591
[XFS] simplify xfs_vn_getattr

Just fill in struct kstat directly from the xfs_inode instead of doing a
detour through a bhv_vattr_t and xfs_getattr.

SGI-PV: 970980
SGI-Modid: xfs-linux-melb:xfs-kern:29770a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/linux-2.6/xfs_iops.c