Home
last modified time | relevance | path

Searched hist:ec936b0354e2d716e977e16165d188db044696b7 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Draid56.cdiff ec936b0354e2d716e977e16165d188db044696b7 Tue Nov 01 12:16:04 CET 2022 Qu Wenruo <wqu@suse.com> btrfs: raid56: extract sector recovery code into a helper

This includes extra changes:

- The allocation for unmap_array[] and pointers[]
Now we allocate them in one go, and free them together.

- Remove @err
Use errno_to_blk_status(ret) instead.

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