Re: [PATCH v2] lib/test_kmod: do not hardcode/depend on any filesystem

2025-04-18 Thread Luis Chamberlain
On Fri, Apr 18, 2025 at 01:50:47PM -0300, Herton R. Krzesinski wrote: > Right now test_kmod has hardcoded dependencies on btrfs/xfs. That > is not optimal since you end up needing to select/build them, but it > is not really required since other fs could be selected for the testing. > Also, we can'

[PATCH v2] lib/test_kmod: do not hardcode/depend on any filesystem

2025-04-18 Thread Herton R. Krzesinski
Right now test_kmod has hardcoded dependencies on btrfs/xfs. That is not optimal since you end up needing to select/build them, but it is not really required since other fs could be selected for the testing. Also, we can't change the default/driver module used for testing on initialization. Thus m