summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Simmons2017-01-16 22:30:31 +0100
committerGreg Kroah-Hartman2017-01-19 11:12:53 +0100
commite7f8efc4b436b970e49434b414575f5c15378c3c (patch)
treef3c8cf7c11e0ebce3872baeb34449d4f8b01262b
parentstaging: lustre: lnet: change lstio_stat_args_t to proper structure (diff)
downloadkernel-qcow2-linux-e7f8efc4b436b970e49434b414575f5c15378c3c.tar.gz
kernel-qcow2-linux-e7f8efc4b436b970e49434b414575f5c15378c3c.tar.xz
kernel-qcow2-linux-e7f8efc4b436b970e49434b414575f5c15378c3c.zip
staging: lustre: lnet: change lst_test_type_t to proper enum
Change lst_test_type_t from typedef to proper enum. Signed-off-by: James Simmons <uja.ornl@yahoo.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6142 Reviewed-on: https://review.whamcloud.com/24188 Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/include/linux/lnet/lnetst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/lnet/lnetst.h b/drivers/staging/lustre/include/linux/lnet/lnetst.h
index 27b2bde98161..495cc0174205 100644
--- a/drivers/staging/lustre/include/linux/lnet/lnetst.h
+++ b/drivers/staging/lustre/include/linux/lnet/lnetst.h
@@ -434,10 +434,10 @@ struct lstio_stat_args {
result buffer */
};
-typedef enum {
+enum lst_test_type {
LST_TEST_BULK = 1,
LST_TEST_PING = 2
-} lst_test_type_t;
+};
/* create a test in a batch */
#define LST_MAX_CONCUR 1024 /* Max concurrency of test */