[PATCH v2 0/2] staging: lustre: selftest: remove typedefs

From: James Simmons
Date: Tue Apr 12 2016 - 12:16:10 EST


Convert the remaining typedefs into their proper data types.

Changelog:

v1) Based on 4.6-rc1 staging tree. Most patches were merged.

v2) Rebased on 4.6-rc3 due to PAGE_CACHE_* going away.

James Simmons (2):
staging: lustre: selftest: convert lstcon_test_t to proper struct
staging: lustre: selftest: convert wire protocol to use struct

drivers/staging/lustre/lnet/selftest/brw_test.c | 22 ++--
drivers/staging/lustre/lnet/selftest/conctl.c | 2 +-
drivers/staging/lustre/lnet/selftest/conrpc.c | 49 ++++----
drivers/staging/lustre/lnet/selftest/console.c | 36 +++---
drivers/staging/lustre/lnet/selftest/console.h | 7 +-
drivers/staging/lustre/lnet/selftest/framework.c | 54 ++++----
drivers/staging/lustre/lnet/selftest/ping_test.c | 10 +-
drivers/staging/lustre/lnet/selftest/rpc.c | 6 +-
drivers/staging/lustre/lnet/selftest/rpc.h | 150 +++++++++++-----------
drivers/staging/lustre/lnet/selftest/selftest.h | 13 +-
10 files changed, 176 insertions(+), 173 deletions(-)