commit | b447fe5a05cbd01c4bf7fe2fa41cb9e99ce7e58e | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Sun Sep 18 20:40:51 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:04 2011 -0500 |
tree | 2c9a08fe5802d7164398da9f186d7389b5fafb87 | |
parent | 7e47a4efde33aa3f0cb901e086a75751c2269f04 [diff] |
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 <dchinner@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>