commit | 05b7c8ab2be71e6fef4615451e7af1bc79ffdf29 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 29 15:44:12 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Sep 01 13:08:25 2017 -0700 |
tree | 65e27c1b8be2b44f93c03912984b57723a38226f | |
parent | f2285c148c4167337d12452bebccadd2ad821d5d [diff] |
xfs: move some code around inside xfs_bmap_shift_extents For the first right move we need to look up next_fsb. That means our last fsb that contains next_fsb must also be the current extent, so take advantage of that by moving the code around a bit. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>