summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLiu Bo <bo.li.liu@oracle.com>2018-01-12 18:07:01 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-02-16 20:23:04 +0100
commitd16919a3fe2d83ae159b82808933fefb54fc2f6e (patch)
treebf0704823bcbafc3150f296c211f63497bca0ca0 /scripts
parente06f7b686daa871c4a4cf745be30fd1864b6f9c8 (diff)
Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
commit 0198e5b707cfeb5defbd1b71b1ec6e71580d7db9 upstream. Bio iterated by set_bio_pages_uptodate() is raid56 internal one, so it will never be a BIO_CLONED bio, and since this is called by end_io functions, bio->bi_iter.bi_size is zero, we mustn't use bio_for_each_segment() as that is a no-op if bi_size is zero. Fixes: 6592e58c6b68e61f003a01ba29a3716e7e2e9484 ("Btrfs: fix write corruption due to bio cloning on raid5/6") Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions