xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay
authorChristoph Hellwig <hch@lst.de>
Fri, 3 Nov 2017 17:34:39 +0000 (10:34 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 6 Nov 2017 19:53:38 +0000 (11:53 -0800)
commit41d196f439509fd8b09364ca1ba48194cccc6d6e
tree99c609c8596448c9ffda8f4b72b1476e2def2cb7
parent0d045540ed57e68b9ddcf5c325279a7e5ede7bbf
xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay

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>
fs/xfs/libxfs/xfs_bmap.c