Message ID | cover.1694154699.git.wqu@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: remove check-integrity functionality | expand |
On Fri, Sep 08, 2023 at 02:42:13PM +0800, Qu Wenruo wrote: > Check-integrity is already marked deprecated, and is going to be removed > in v6.7. > > Since we're already at v6.6 cycle, let's finish the cleanup. > > This patchset can be fetched from github repo, just in case some patches > are too large for the mailing list. > > The removal is based on the 3 entrance functions, and the final one to > cleanup the remaining pieces. > The entrance functions removal is large, but doesn't touch other files. > > The last one is the complete opposite, it touches quite some files but > nothing to do with check-integrity.[ch]. I did a quick grep for 'integrity' and there's one more cleanup to do, btrfs_map_block() can get rid of the parameter need_raid_map as it was just for the integrity checker and all calls now pass 1. Otherwise, patches added to misc-next, doing in smaller steps by the entry functions is fine. Thanks.