[lustre-devel] [PATCH 0/3] staging: lustre: fix (non-)static symbols issues

Anton Gerasimov anton.gerasimov at openmailbox.org
Tue Sep 22 15:21:40 PDT 2015


This series of patches eliminates some sparse warnings concerning
static variables in lustre rtlrpc module where it seemed reasonable.
Symbols that are really local to a source file are made static and
declarations added to a header for symbols that are shared between
source files.

Anton Gerasimov (3):
  staging: lustre: add shared variables to the header
  staging: lustre: include header with local ptlrpc declarations
  staging: lustre: make non-exported functions static

 drivers/staging/lustre/lustre/ptlrpc/pack_generic.c    | 8 ++++----
 drivers/staging/lustre/lustre/ptlrpc/ptlrpc_internal.h | 6 ++++++
 drivers/staging/lustre/lustre/ptlrpc/sec_null.c        | 2 ++
 drivers/staging/lustre/lustre/ptlrpc/wiretest.c        | 2 ++
 4 files changed, 14 insertions(+), 4 deletions(-)

-- 
2.5.1



More information about the lustre-devel mailing list