On Mon, Aug 12, 2019 at 02:34:19PM +0800, Qu Wenruo wrote: > Kernel is going to reject invalid root generation. > > Consider the existing checks are causing some error reports, we should > handle such problem in advance, so that's the patchset is going to do, > check and repair such invalid root generation. > > Changelog: > v2: > - Use existing recow_extent_buffer() to do the repair > > v2.1: > - Add beacon file to allow lowmem mode repair for newly added test case. > > Qu Wenruo (3): > btrfs-progs: check/lowmem: Check and repair root generation > btrfs-progs: check/original: Check and repair root item geneartion > btrfs-progs: fsck-tests: Add test case for invalid root generation
Added to devel, thanks!