mbox series

[0/2] fstests: refine filesystem module reload handling

Message ID cover.1731683116.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series fstests: refine filesystem module reload handling | expand

Message

Anand Jain Nov. 15, 2024, 3:20 p.m. UTC
These changes refine module reload control in testing. Patch 1 reloads
the module earlier in run_section, ensuring each section's first test
starts with a reloaded module. Patch 2 adds FS_MODULE_RELOAD_OPTIONS to
pass module options during reload, useful for the Btrfs pre-mount
configurations that aren’t available as mount options.

Anand Jain (2):
  fstests: move fs-module reload to earlier in the run_section function
  fstests: FS_MODULE_RELOAD_OPTIONS to control filesystem module reload
    options

 check | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)