Hi Eryu, Changes since v1: - Build time checks for open_by_handle_at() - Update docs - Improve usage and commit messages - Remove unused program open_unlink - Squash _require_exportfs into patch 3 - Change test to run on $TEST_DIR/$seq-dir Amir Goldstein (4): fstests: remove IRIX test program open_unlink src/open_by_handle: program to exercise open_by_handle_at() syscall src/open_by_handle: flexible usage options fstests: add generic test for file handles .gitignore | 1 + aclocal.m4 | 15 +++ common/rc | 10 ++ configure.ac | 1 + doc/auxiliary-programs.txt | 16 ++- doc/requirement-checking.txt | 7 ++ include/builddefs.in | 1 + src/Makefile | 7 +- src/open_by_handle.c | 261 +++++++++++++++++++++++++++++++++++++++++++ src/open_unlink.c | 147 ------------------------ tests/generic/426 | 74 ++++++++++++ tests/generic/426.out | 2 + tests/generic/group | 1 + 13 files changed, 390 insertions(+), 153 deletions(-) create mode 100644 src/open_by_handle.c delete mode 100644 src/open_unlink.c create mode 100755 tests/generic/426 create mode 100644 tests/generic/426.out -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html