Whamcloud - gitweb
LU-3344 tests: Verify file handle system calls 47/7247/23
authorJames Simmons <uja.ornl@gmail.com>
Mon, 13 Jan 2014 14:08:36 +0000 (09:08 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 31 Jan 2014 22:07:57 +0000 (22:07 +0000)
commit3f5fc6412d3ae2d3a57f8fdb8a457f35e9d9576e
treeae0f75c49b196396e942bdfaa5702cdd0b350818
parent47c581b8155f865ade5c9d067f85930146361c2a
LU-3344 tests: Verify file handle system calls

New system calls name_to_handle_at() and open_by_handle_at() are added
to Linux kernel 2.6.39. Added test to verify these work correctly with
Lustre.

Signed-off-by: Swapnil Pimpale <spimpale@ddn.com>
Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: Icbfc9642cd550ac44d379263836782ffbf4a74f4
Reviewed-on: http://review.whamcloud.com/7247
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/autoconf/lustre-core.m4
lustre/tests/.gitignore
lustre/tests/Makefile.am
lustre/tests/check_fhandle_syscalls.c [new file with mode: 0644]
lustre/tests/sanity.sh