aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorMing Lei <ming.lei@canonical.com>2016-03-12 22:56:19 +0800
committerJens Axboe <axboe@fb.com>2016-03-12 14:12:10 -0700
commit90d0f0f11588ec692c12f9009089b398be395184 (patch)
treea1e3eee514de4fd54349333b004825d4e5cb8add /fs
parentf2c1242194c7af9b26f53359ab2b23df36d3a643 (diff)
block: don't optimize for non-cloned bio in bio_get_last_bvec()
For !BIO_CLONED bio, we can use .bi_vcnt safely, but it doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1] because the start postion may have been moved in the middle of the bvec, such as splitting in the middle of bvec. Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec) Cc: stable@vger.kernel.org Reported-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions