[XFS] kill xfs_igrow_start and xfs_igrow_finish
authorChristoph Hellwig <hch@infradead.org>
Tue, 20 May 2008 01:30:46 +0000 (11:30 +1000)
committerNiv Sardi <xaiki@debian.org>
Mon, 28 Jul 2008 06:58:18 +0000 (16:58 +1000)
commit61436febae29085bffc7c291db03cbd709dc68a3
treee2cff92f885294be68326752029febb9fbef8bce
parent48b62a1a97f118a5a71ae9222bc6d3481d6b757b
[XFS] kill xfs_igrow_start and xfs_igrow_finish

xfs_igrow_start just expands to xfs_zero_eof with two asserts that are
useless in the context of the only caller and some rather confusing
comments.

xfs_igrow_finish is just a few lines of code decorated again with useless
asserts and confusing comments.

Just kill those two and merge them into xfs_setattr.

SGI-PV: 981498
SGI-Modid: xfs-linux-melb:xfs-kern:31186a

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