summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/include/linux/lnet/lnetst.h
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2015-06-11 15:18:12 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-11 22:41:20 -0700
commitdb18b8e98df2b946a0685ac501961d7110a61e26 (patch)
tree1b261585d6dd33d22e0e8af01be6293323e37d7f /drivers/staging/lustre/include/linux/lnet/lnetst.h
parentbbf00c3d91e43372da3b242be3fb3afc92751c79 (diff)
downloadop-kernel-dev-db18b8e98df2b946a0685ac501961d7110a61e26.zip
op-kernel-dev-db18b8e98df2b946a0685ac501961d7110a61e26.tar.gz
staging:lustre: separate kernel and user land defines in the LNet headers
Currently the lnet headers used by user land contain various internal LNet structures that are only used by kernel space. Move the user land structures to headers used by user land. The kernel structures are relocated to headers that are never exposed to user land. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include/linux/lnet/lnetst.h')
-rw-r--r--drivers/staging/lustre/include/linux/lnet/lnetst.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/lustre/include/linux/lnet/lnetst.h b/drivers/staging/lustre/include/linux/lnet/lnetst.h
index 885f708..57432fd 100644
--- a/drivers/staging/lustre/include/linux/lnet/lnetst.h
+++ b/drivers/staging/lustre/include/linux/lnet/lnetst.h
@@ -41,9 +41,7 @@
#ifndef __LNET_ST_H__
#define __LNET_ST_H__
-#include "../libcfs/libcfs.h"
-#include "lnet.h"
-#include "lib-types.h"
+#include <linux/types.h>
#define LST_FEAT_NONE (0)
#define LST_FEAT_BULK_LEN (1 << 0) /* enable variable page size */
@@ -468,7 +466,6 @@ typedef struct {
int png_flags; /* reserved flags */
} lst_test_ping_param_t;
-/* more tests */
typedef struct {
__u32 errors;
__u32 rpcs_sent;
OpenPOWER on IntegriCloud