| commit | aef9a89586fc8475bf0333b8736d5aa8aa6f4897 | [log] [tgz] |
|---|---|---|
| author | Dave Chinner <dchinner@redhat.com> | Sun Sep 18 20:40:44 2011 +0000 |
| committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:03 2011 -0500 |
| tree | c9f7a1d4744335f7bc36dd4b06b223af440cc170 | |
| parent | ecee76ba9d91fdcbdff933ca1bd41465ca4c4fdb [diff] |
xfs: factor extent map manipulations out of xfs_bmapi
To further improve the readability of xfs_bmapi(), factor the pure
extent map manipulations out into separate functions. This removes
large blocks 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>