[PATCH 0/6] staging: lustre: declare internal symbols as static

Luca Ceresoli luca at lucaceresoli.net
Sun Jan 18 14:06:46 UTC 2015


Hi,

this small patch series fixes dozens of sparse warnings like:
  warning: symbol '...' was not declared. Should it be static?

I previously sent it as one larger patch [1], but Greg couldn't apply it to his
staging-next because other patches had fixed some of the same issues in the
meantime. So, to reduce the probability of further conflicts, I'm resending
that patch as a set of smaller ones.

FWIW, this patchset applies on current master (v3.19-rc5), next (next-20150116),
staging-next (v3.19-rc2-138-gef4c653) and staging-testing
(v3.19-rc2-369-g06d30f0).

Luca

[1] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2015-January/063751.html

Luca Ceresoli (6):
  staging: lustre: mdc: declare internal symbols as static
  staging: lustre: lmv: declare internal symbols as static
  staging: lustre: libcfs: declare internal symbols as static
  staging: lustre: llite: declare internal symbols as static
  staging: lustre: fld: declare internal symbols as static
  staging: lustre: lnet: declare internal symbols as static

 drivers/staging/lustre/lnet/lnet/module.c          |  2 +-
 drivers/staging/lustre/lnet/selftest/conctl.c      |  2 +-
 drivers/staging/lustre/lnet/selftest/conrpc.c      |  2 +-
 drivers/staging/lustre/lnet/selftest/console.c     |  2 +-
 drivers/staging/lustre/lustre/fld/fld_cache.c      |  6 +-
 drivers/staging/lustre/lustre/fld/lproc_fld.c      |  2 +-
 drivers/staging/lustre/lustre/libcfs/debug.c       |  8 +-
 .../lustre/lustre/libcfs/linux/linux-curproc.c     |  2 +-
 .../lustre/lustre/libcfs/linux/linux-proc.c        | 24 +++---
 .../lustre/lustre/libcfs/linux/linux-tcpip.c       |  2 +-
 drivers/staging/lustre/lustre/libcfs/tracefile.c   |  2 +-
 drivers/staging/lustre/lustre/llite/dir.c          |  4 +-
 drivers/staging/lustre/lustre/llite/file.c         |  3 +-
 drivers/staging/lustre/lustre/lmv/lmv_obd.c        | 87 +++++++++++-----------
 drivers/staging/lustre/lustre/lmv/lproc_lmv.c      |  4 +-
 drivers/staging/lustre/lustre/mdc/mdc_request.c    | 54 +++++++-------
 16 files changed, 107 insertions(+), 99 deletions(-)

-- 
1.9.1



More information about the devel mailing list