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

2025-04-18 Thread Herton Krzesinski
On Thu, Apr 17, 2025 at 9:14 PM Luis Chamberlain wrote: > > On Thu, Apr 17, 2025 at 09:08:34PM -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 require

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

2025-04-17 Thread Luis Chamberlain
On Thu, Apr 17, 2025 at 09:08:34PM -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] lib/test_kmod: do not hardcode/depend on any filesystem

2025-04-17 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