[PATCH] fstests: btrfs try use forget to unregister device

2019-03-19 Thread Anand Jain
btrfs module reload was introduced to unregister devices in the btrfs kernel module. The problem with the module reload approach is that you can't run btrfs test cases 124, 125, 154 and 164 on the system with btrfs as root fs. Patches [1] introduced btrfs forget feature which lets to cleanup the

Re: [PATCH] fstests: btrfs try use forget to unregister device

2019-03-23 Thread Eryu Guan
On Tue, Mar 19, 2019 at 05:49:40PM +0800, Anand Jain wrote: > btrfs module reload was introduced to unregister devices in the btrfs > kernel module. > > The problem with the module reload approach is that you can't run btrfs > test cases 124, 125, 154 and 164 on the system with btrfs as root fs. >

Re: [PATCH] fstests: btrfs try use forget to unregister device

2019-03-28 Thread David Sterba
On Tue, Mar 19, 2019 at 05:49:40PM +0800, Anand Jain wrote: > btrfs module reload was introduced to unregister devices in the btrfs > kernel module. > > The problem with the module reload approach is that you can't run btrfs > test cases 124, 125, 154 and 164 on the system with btrfs as root fs. >

Re: [PATCH] fstests: btrfs try use forget to unregister device

2019-03-28 Thread Anand Jain
On 3/29/19 1:50 AM, David Sterba wrote: On Tue, Mar 19, 2019 at 05:49:40PM +0800, Anand Jain wrote: btrfs module reload was introduced to unregister devices in the btrfs kernel module. The problem with the module reload approach is that you can't run btrfs test cases 124, 125, 154 and 164 on