]> git.ipfire.org Git - people/ms/linux.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)
commitd035e336287b5ea7e88dd9714e31dad5907c6aaf
tree7962eee376769e585bb08b94b26f75dee5260570
parentd8cd93ea67af2391f8718cf06b4b8084d38a3428
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