Re: [PATCH] fstests: btrfs: Add regression test to check if btrfs can handle high devid

2019-09-30 Thread Qu Wenruo
On 2019/9/30 下午6:33, Filipe Manana wrote: > On Mon, Sep 30, 2019 at 9:39 AM Qu Wenruo wrote: >> >> Add a regression test to check if btrfs can handle high devid. >> >> The test will add and remove devices to a btrfs fs, so that the devid >> will increase to uncommon but still valid values. >> >>

Re: [PATCH] fstests: btrfs: Add regression test to check if btrfs can handle high devid

2019-09-30 Thread Filipe Manana
On Mon, Sep 30, 2019 at 9:39 AM Qu Wenruo wrote: > > Add a regression test to check if btrfs can handle high devid. > > The test will add and remove devices to a btrfs fs, so that the devid > will increase to uncommon but still valid values. > > The regression is introduced by kernel commit ab4ba2

Re: [PATCH] fstests: btrfs: Add regression test to check if btrfs can handle high devid

2019-09-30 Thread Anand Jain
On 9/30/19 4:37 PM, Qu Wenruo wrote: Add a regression test to check if btrfs can handle high devid. The test will add and remove devices to a btrfs fs, so that the devid will increase to uncommon but still valid values. The regression is introduced by kernel commit ab4ba2e13346 ("btrfs: tree

[PATCH] fstests: btrfs: Add regression test to check if btrfs can handle high devid

2019-09-30 Thread Qu Wenruo
Add a regression test to check if btrfs can handle high devid. The test will add and remove devices to a btrfs fs, so that the devid will increase to uncommon but still valid values. The regression is introduced by kernel commit ab4ba2e13346 ("btrfs: tree-checker: Verify dev item"). The fix is ti