commit | c7bfced9a6716ff66c9d61f934bb60af08d4688c | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Oct 21 13:20:02 2015 -0400 |
committer | Jens Axboe <axboe@fb.com> | Wed Oct 21 14:43:38 2015 -0600 |
tree | ca3febf875a4365478296b2993c635899fe1416b | |
parent | 9609b9942b180a50b0162419abd2932a41117fe9 [diff] |
md: suspend i/o during runtime blk_integrity_unregister Synchronize pending i/o against a change in the integrity profile to avoid the possibility of spurious integrity errors. Given linear_add() is suspending the mddev before manipulating the mddev, do the same for the other personalities. Acked-by: NeilBrown <neilb@suse.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>