src/open_by_handle: program to exercise open_by_handle_at() syscall
authorAmir Goldstein <amir73il@gmail.com>
Wed, 19 Apr 2017 16:29:17 +0000 (19:29 +0300)
committerEryu Guan <eguan@redhat.com>
Fri, 21 Apr 2017 03:14:34 +0000 (11:14 +0800)
commitb34b3785669eba4a699260ff733f8859ac95e429
tree9f235b5445530776cfdf0885ed8511ea8ec88bc8
parentbc2568f994cd0bdfb8e4b611b0bbc7c3cb6e8cb9
src/open_by_handle: program to exercise open_by_handle_at() syscall

This is a clone of src/stale_handle.c test that uses generic
open_by_handle_at() syscall instead of the xfs specific ioctl.

No test is using this program yet.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
.gitignore
aclocal.m4
configure.ac
include/builddefs.in
src/Makefile
src/open_by_handle.c [new file with mode: 0644]