Now we do support tmpfs, since we have the FiemapSeek class which works on
tmpfs, so correct commentaries.
Change-Id: I29f348a2f93746120112a80878379a62a13f634d
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
# Delete all the test-related temporary files automatically
delete = True
- # Create all the test-related temporary files in current directory (the
- # default "/tmp" will not work in case of tmpfs which does not support
- # FIEMAP).
+ # Create all the test-related temporary files in current directory
directory = '.'
iterator = helpers.generate_test_files(delete=delete,
# Delete all the test-related temporary files automatically
delete = True
- # Create all the test-related temporary files in current directory (the
- # default "/tmp" will not work in case of tmpfs which does not support
- # FIEMAP).
+ # Create all the test-related temporary files in current directory
directory = '.'
# Maximum size of the random files used in this test
max_size = 16 * 1024 * 1024