Home
last modified time | relevance | path

Searched hist:"5 fdb7afc6f94d5da88edc58910a42615fb1ca5ab" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Draid56.cdiff 5fdb7afc6f94d5da88edc58910a42615fb1ca5ab Fri Apr 01 13:23:28 CEST 2022 Qu Wenruo <wqu@suse.com> btrfs: raid56: make set_bio_pages_uptodate() subpage compatible

Unlike previous code, we can not directly set PageUptodate for stripe
pages now. Instead we have to iterate through all the sectors and set
SECTOR_UPTODATE flag there.

Introduce a new helper find_stripe_sector(), to do the work.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>