Message ID | cover.1717544015.git.wqu@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs-progs: small bug fixes | expand |
On Wed, Jun 05, 2024 at 09:13:40AM +0930, Qu Wenruo wrote: > 3 fixes for 3 github issues. > > Meanwhile the last one fix a test failure which always fails on my VM > (cause by one bug inside the test case), but it never fails on the > github CI (as the kernel commits two transactions, causing slot change). > > [Pull request] > https://github.com/kdave/btrfs-progs/pull/807 > > [Changelog] > v2: > - Concentrate all small fixes into a patchset > - Update the last patch to handle multiple transactions > > Qu Wenruo (4): > btrfs-progs: corrupt-block: fix memory leak in debug_corrupt_sector() > btrfs-progs: print-tree: do sanity checks for dir items > btrfs-progs: error out immediately if an unknown backref type is hit > btrfs-progs: fix misc/038 test cases Added to devel, thanks.