btrfs: tests: fix comments about tested extent map ranges
authorDavid Sterba <dsterba@suse.com>
Mon, 18 Mar 2019 13:19:33 +0000 (14:19 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:28 +0000 (19:02 +0200)
commit3173fd926c465aca52740497a5f5fac538a271fe
tree73bdd7ade21dbca1b4019a3b7e31c8ba8dad2c9f
parent43f7cddc6e5ad161b5cb818c45bdbed8631dce74
btrfs: tests: fix comments about tested extent map ranges

Comments about ranges did not match the code, the correct calculation is
to use start and start+len as the interval boundaries.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tests/extent-map-tests.c