commit | 0d045540ed57e68b9ddcf5c325279a7e5ede7bbf | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 03 10:34:39 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 06 11:53:38 2017 -0800 |
tree | 291a03f2d2642d4f215a5e568a029f154b10df24 | |
parent | bf99971c8200fcb3e16d880194f5d559aca09576 [diff] |
xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_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>