search for: seek_copy_test

Displaying 1 result from an estimated 1 matches for "seek_copy_test".

2013 May 20
1
[PATCH] xfstests: btrfs 308: regression test for btrfs send
...@@ -18,7 +18,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \ locktest unwritten_mmap bulkstat_unlink_test t_stripealign \ bulkstat_unlink_test_modified t_dir_offset t_futimens t_immutable \ stale_handle pwrite_mmap_blocked t_dir_offset2 seek_sanity_test \ - seek_copy_test t_readdir_1 t_readdir_2 fsync-tester + seek_copy_test t_readdir_1 t_readdir_2 fsync-tester hold-open SUBDIRS = diff --git a/src/hold-open.c b/src/hold-open.c new file mode 100644 index 0000000..f44c1dd --- /dev/null +++ b/src/hold-open.c @@ -0,0 +1,29 @@ +#include <sys/types.h> +#include...