badblocks: fix overlapping check for clearing
authorTomasz Majchrzak <tomasz.majchrzak@intel.com>
Wed, 12 Oct 2016 10:23:08 +0000 (12:23 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 12 Oct 2016 14:08:08 +0000 (08:08 -0600)
commit1fa9ce8d0e903449842943a77e8ba100169964be
tree41d80d976b3c37fb424d44f25239fbb5c3aa3198
parent24532f768121b07b16178ffb40442ece43365cbd
badblocks: fix overlapping check for clearing

Current bad block clear implementation assumes the range to clear
overlaps with at least one bad block already stored. If given range to
clear precedes first bad block in a list, the first entry is incorrectly
updated.

Check not only if stored block end is past clear block end but also if
stored block start is before clear block end.

Signed-off-by: Tomasz Majchrzak <tomasz.majchrzak@intel.com>
Acked-by: NeilBrown <neilb@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/badblocks.c