Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bio-integrity: Drop bio_integrity_verify BUG_ON in post bip->bip_iter…
… world Given that bip->bip_iter.bi_size is decremented after bio_advance() -> bio_integrity_advance() is called, the BUG_ON() in bio_integrity_verify() ends up tripping in v3.14-rc1 code with the advent of immutable biovecs in: commit d57a5f7 Author: Kent Overstreet <[email protected]> Date: Sat Nov 23 17:20:16 2013 -0800 bio-integrity: Convert to bvec_iter Given that there is no easy way to ascertain the original bi_size value, go ahead and drop this BUG_ON(). Reported-by: Sagi Grimberg <[email protected]> Reported-by: Akinobu Mita <[email protected]> Acked-by: Martin K. Petersen <[email protected]> Cc: Kent Overstreet <[email protected]> Signed-off-by: Nicholas Bellinger <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information