From: Christoph Hellwig Date: Fri, 14 Sep 2007 05:23:31 +0000 (+1000) Subject: [XFS] kill BMAPI_UNWRITTEN X-Git-Tag: v2.6.25-rc1~282^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7642861b7eeaddfc82d762b3342044c809c3f77e;p=pandora-kernel.git [XFS] kill BMAPI_UNWRITTEN There is no reason to go through xfs_iomap for the BMAPI_UNWRITTEN because it has nothing in common with the other cases. Instead check for the shutdown filesystem in xfs_end_bio_unwritten and perform a direct call to xfs_iomap_write_unwritten (which should be renamed to something more sensible one day) SGI-PV: 970241 SGI-Modid: xfs-linux-melb:xfs-kern:29681a Signed-off-by: Christoph Hellwig Signed-off-by: Donald Douwsma Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed