On Wed, Sep 02, 2015 at 08:22:28PM +0800, Zhao Lei wrote: > chunk-recover need to use many many time in scan_devices(), > and no output in screen: > # btrfs rescue chunk-recover /dev/sda6 > (no output here, but need long time) > > To notice user that "the command is not hang", this patch add > dynamic updated stat information in above period: > # btrfs rescue chunk-recover /dev/sda6 > Scanning: DONE in dev[0], 19998441472 in dev[1], DONE in dev[2] > (until) > Scanning: DONE in dev0, DONE in dev1, DONE in dev2 > Check chunks successfully with no orphans > Recover the chunk tree successfully. > > > Changelog v2->v3: > Add [PATCH 2/4] to fix a potential invalid memory access of pthread. > > Changelog v1->v2: > [PATCH 3/3] in v1 lost a little cleanup, added in v2. > > Zhao Lei (4): > btrfs-progs: use for loop for scan_devices > btrfs-progs: Use long type to get thread's return value > btrfs-progs: stat info for btrfs rescue chunk-recover > btrfs-progs: Fix some spelling typo in chunk-recover.c All applied, thanks. I've split patch 4 into two, typo fixes and unused argument removal, please keep such changes separate. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
