1
0
Fork 0

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>
hifive-unleashed-5.1
James Simmons 2017-01-16 16:30:31 -05:00 committed by Greg Kroah-Hartman
parent 887793eaf6
commit e7f8efc4b4
1 changed files with 2 additions and 2 deletions

View File

@ -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 */