commit | 1d2e0089e16642928c76f032c1dbd0eb6da22935 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 03 10:34:40 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 06 11:53:39 2017 -0800 |
tree | 28b856b34df7770ee31fe2c736a55d6d4e0e376d | |
parent | 41d196f439509fd8b09364ca1ba48194cccc6d6e [diff] |
xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real Stop poking before and after the index and just increment or decrement it while doing our operations on it to prepare for a new extent list implementation. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>