From: Christoph Hellwig Date: Tue, 20 May 2008 01:30:46 +0000 (+1000) Subject: [XFS] kill xfs_igrow_start and xfs_igrow_finish X-Git-Tag: v2.6.27-rc2~91^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61436febae29085bffc7c291db03cbd709dc68a3;p=pandora-kernel.git [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 Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed