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

James Simmons jsimmons at infradead.org
Tue Apr 12 09:16:00 PDT 2016


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(-)



More information about the lustre-devel mailing list