]> 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)
commitb8bbb634641688289949078304a31a5466a79be1
tree7962eee376769e585bb08b94b26f75dee5260570
parentd7497abbfa60a8a0d95761cf12b653e53f2ce163
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