[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1448361598-28438-1-git-send-email-jack@suse.cz>
Date: Tue, 24 Nov 2015 11:39:55 +0100
From: Jan Kara <jack@...e.cz>
To: fstests@...r.kernel.org
Cc: linux-ext4@...r.kernel.org, Jan Kara <jack@...e.com>
Subject: [PATCH 0/3 v2] Output selection
From: Jan Kara <jack@...e.com>
Hello,
the patch series below addresses some issues with test ext4/001. First two
patches improve _link_out_file helper function to allow selection of output
(or in general linking any file when using _link_out_file_named() variant)
based on a feature string (usually mount options, fs features, operating
system) passed to the function (if no feature string is passed, the function
defaults to using "operating system name","mount options"). This feature
is useful when e.g. different mount options change behavior of the filesystem
and thus different output is generated but we want to have the test working
for all mount options.
Patch 3 uses the output selection function in ext4/001 to select different
output files based on mount options.
Comments welcome!
Honza
--
Changes since v1:
* rebased on the current head of xfstests
* integrated output selection with _link_out_file and converted all tests
using it
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists