]> git.baikalelectronics.ru Git - kernel.git/commit
staging/lustre: remove IOC_LIBCFS_PING_TEST ioctl
authorJames Simmons <jsimmons@infradead.org>
Fri, 4 Dec 2015 23:23:08 +0000 (18:23 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Dec 2015 22:50:59 +0000 (14:50 -0800)
commit9e7873bc9edc1ac2436bfe7d7c41472b2a63d854
tree7962eee376769e585bb08b94b26f75dee5260570
parent1cb91e41fc4326c0a692ec26d7c0900710bc9917
staging/lustre: remove IOC_LIBCFS_PING_TEST ioctl

The ioctl IOC_LIBCFS_PING_TEST has not been used in ages.  The recent
nidstring changes which moved all the nidstring operations from libcfs
to the LNet layer but this ioctl code was still using an nidstring
operation that was causing a circular dependency loop between libcfs and
LNet.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h
drivers/staging/lustre/lustre/libcfs/module.c