From: Dave Chinner Date: Sun, 18 Sep 2011 20:40:51 +0000 (+0000) Subject: xfs: factor unwritten extent map manipulations out of xfs_bmapi X-Git-Tag: v3.2-rc1~134^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b447fe5a05cbd01c4bf7fe2fa41cb9e99ce7e58e;p=pandora-kernel.git xfs: factor unwritten extent map manipulations out of xfs_bmapi To further improve the readability of xfs_bmapi(), factor the unwritten extent conversion out into a separate function. This removes large block of logic from the xfs_bmapi() code loop and makes it easier to see the operational logic flow for xfs_bmapi(). Signed-off-by: Dave Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed