On Thu, Feb 04, 2021 at 03:03:22PM +0800, Qu Wenruo wrote: > During the long time subpage development, I forgot to properly check > compression code after just one compression read success during early > development. > > It turns out that, with current RO support, the compression read needs > more modification to make it work. > > Thankfully, the patchset is small, and should not cause problems for > regular sectorsize == PAGE_SIZE case. > > Thanks Anand for exposing the problems. > > Qu Wenruo (2): > btrfs: make btrfs_submit_compressed_read() to be subpage compatible > btrfs: make check_compressed_csum() to be subpage compatible
Thanks, now in for-next, will go to 5.12-rc as regression fixes.