diff options
| author | Ming Lei <[email protected]> | 2018-09-05 15:45:54 -0600 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2018-09-06 15:12:24 -0600 |
| commit | 7759eb23fd9808a2e4498cf36a798ed65cde78ae (patch) | |
| tree | 5ff1a0f21a48ee3f1c4eae4c2dbc7dd084e59792 /tools/perf/scripts/python/bin | |
| parent | 3d0e63754fa47d65edff172c1156f44b6fca5ca1 (diff) | |
block: remove bio_rewind_iter()
It is pointed that bio_rewind_iter() is one very bad API[1]:
1) bio size may not be restored after rewinding
2) it causes some bogus change, such as 5151842b9d8732 (block: reset
bi_iter.bi_done after splitting bio)
3) rewinding really makes things complicated wrt. bio splitting
4) unnecessary updating of .bi_done in fast path
[1] https://marc.info/?t=153549924200005&r=1&w=2
So this patch takes Kent's suggestion to restore one bio into its original
state via saving bio iterator(struct bvec_iter) in bio_integrity_prep(),
given now bio_rewind_iter() is only used by bio integrity code.
Cc: Dmitry Monakhov <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Suggested-by: Kent Overstreet <[email protected]>
Acked-by: Kent Overstreet <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions