Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1376994

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

From James Simmons <jsimmons@infradead.org>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] staging: lustre: selftest: remove typedefs
Date 2016-04-12 18:20 +0200
Message-ID <rn9cJ-1LP-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] staging: lustre: selftest: remove typedefs James Simmons <jsimmons@infradead.org> - 2016-04-12 18:20 +0200
  [PATCH v2 1/2] staging: lustre: selftest: convert lstcon_test_t to proper struct James Simmons <jsimmons@infradead.org> - 2016-04-12 18:20 +0200

csiph-web