All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: lustre: declare internal symbols as static
@ 2015-01-18 14:06 Luca Ceresoli
  2015-01-18 14:06 ` [PATCH 1/6] staging: lustre: mdc: " Luca Ceresoli
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luca Ceresoli @ 2015-01-18 14:06 UTC (permalink / raw)
  To: Oleg Drokin, Andreas Dilger, Greg Kroah-Hartman
  Cc: Luca Ceresoli, Peng Tao, Jinshan Xiong, Srikrishan Malik,
	HPDD-discuss, devel, linux-kernel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-18 14:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-18 14:06 [PATCH 0/6] staging: lustre: declare internal symbols as static Luca Ceresoli
2015-01-18 14:06 ` [PATCH 1/6] staging: lustre: mdc: " Luca Ceresoli
2015-01-18 14:06 ` [PATCH 2/6] staging: lustre: lmv: " Luca Ceresoli
2015-01-18 14:06 ` [PATCH 3/6] staging: lustre: libcfs: " Luca Ceresoli
2015-01-18 14:06 ` [PATCH 4/6] staging: lustre: llite: " Luca Ceresoli
2015-01-18 14:06 ` [PATCH 5/6] staging: lustre: fld: " Luca Ceresoli
2015-01-18 14:06 ` [PATCH 6/6] staging: lustre: lnet: " Luca Ceresoli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.