]> git.baikalelectronics.ru Git - kernel.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)
commit85e98cab9a47519bdf85008a7eda8f4989898dca
treed60d693822eccbb242305a9945186dd0a4df1090
parentc88ee1ae10fd39b96586918c3b1dcf42a2001e3c
[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