Hi all, This series aims to make it so that fstests can install device mapper filters for external log devices. Before we can do that, however, we need to change fstests to pass the device path of the jbd2 device to mount and mkfs. Before we can do /that/, refactor all the ext4-specific code out of common/rc into a separate common/ext4 file. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=refactor-ext4-helpers --- common/config | 4 + common/ext4 | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ common/rc | 177 ++------------------------------------------------------- common/xfs | 23 +++++++ 4 files changed, 208 insertions(+), 172 deletions(-) create mode 100644 common/ext4