Re: [PATCH] common/btrfs: source module file and remove duplicates
From: Nikolay Borisov <hidden>
Date: 2021-11-07 09:14:36
Also in:
linux-btrfs
From: Nikolay Borisov <hidden>
Date: 2021-11-07 09:14:36
Also in:
linux-btrfs
On 5.11.21 г. 17:59, Luis Chamberlain wrote:
btrfs/249 fails with: QA output created by 249 ./common/btrfs: line 425: _require_loadable_fs_module: command not found ./common/btrfs: line 432: _reload_fs_module: command not found ERROR: not a btrfs filesystem: /media/scratch This is because the test is failing to source common/module. Fix this by sourcing common/module in the btrfs common file. While it it remove duplication of sourcing this file from other tests in btrfs so that this is only done once in one place. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Reviewed-by: Nikolay Borisov <redacted>