diff options
author | 2017-10-19 11:07:10 -0700 | |
---|---|---|
committer | 2017-10-26 15:38:27 -0700 | |
commit | 6b18af0dfd1695c1d53a2eeead838a90c27b7cb4 (patch) | |
tree | dd87b9aeff264ee27d6e95caed045bcf2aa402a0 /tools/perf/scripts/python | |
parent | xfs: inline xfs_shift_file_space into callers (diff) | |
download | linux-dev-6b18af0dfd1695c1d53a2eeead838a90c27b7cb4.tar.xz linux-dev-6b18af0dfd1695c1d53a2eeead838a90c27b7cb4.zip |
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
The define was always set to 1, which means looping until we reach is
was dead code from the start.
Also remove an initialization of next_fsb for the done case that doesn't
fit the new code flow - it was never checked by the caller in the done
case to start with.
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions