From: Christoph Hellwig Date: Sun, 18 Sep 2011 20:40:54 +0000 (+0000) Subject: xfs: remove xfs_bmap_add_extent X-Git-Tag: v3.2-rc1~134^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bd606ba65f24e5990edfc0e7b52702720ee6fa;p=pandora-kernel.git xfs: remove xfs_bmap_add_extent There is no real need to the xfs_bmap_add_extent, as the callers know what kind of extents they need to it. Removing it means duplicating the extents to btree conversion logic in three places, but overall it's still much simpler code and quite a bit less code. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed