[XFS] Use xfs_inode_clean() in more places
authorDavid Chinner <dgc@sgi.com>
Thu, 6 Mar 2008 02:43:59 +0000 (13:43 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 01:37:51 +0000 (11:37 +1000)
commit3354040897f828644be6ca5783588e9f64a53b8e
treec41cfb4584e13225b1f4578e64c8739d88a8537c
parentbad5584332e888ac40ca13584e8c114149ddb01e
[XFS] Use xfs_inode_clean() in more places

Remove open coded checks for the whether the inode is clean and replace
them with an inlined function.

SGI-PV: 977461
SGI-Modid: xfs-linux-melb:xfs-kern:30503a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode_item.h
fs/xfs/xfs_vnodeops.c