Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3853127 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: lnet: change lstcon_test_ent_t to proper structure



Change lstcon_test_ent_t from typedef to proper structure.

Signed-off-by: default avatarJames 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: default avatarAndreas Dilger <andreas.dilger@intel.com>
Reviewed-by: default avatarDoug Oucharek <doug.s.oucharek@intel.com>
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 652c3076
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -98,11 +98,11 @@ struct lstcon_ndlist_ent {
	int	nle_nunknown;	/* # of unknown nodes */
};				/*** node_list entry, for list_batch command */

typedef struct {
struct lstcon_test_ent {
	int	tse_type;       /* test type */
	int	tse_loop;       /* loop count */
	int	tse_concur;     /* concurrency of test */
} lstcon_test_ent_t;		/*** test summary entry, for
};				/*** test summary entry, for
				 *** list_batch command */

typedef struct {
@@ -118,7 +118,7 @@ typedef struct {
	struct lstcon_ndlist_ent   tbe_srv_nle;	/* server (group) node_list
						 * entry */
	union {
		lstcon_test_ent_t  tbe_test;	/* test entry */
		struct lstcon_test_ent	tbe_test; /* test entry */
		lstcon_batch_ent_t tbe_batch;	/* batch entry */
	} u;
} lstcon_test_batch_ent_t;	/*** test/batch verbose information entry,