public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: lustre: Remove use of return val of seq_printf
@ 2015-02-16 19:24 Joe Perches
  2015-02-16 19:24 ` [PATCH 1/3] staging: lustre: Convert return seq_printf(...) uses to seq_has_overflowed Joe Perches
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joe Perches @ 2015-02-16 19:24 UTC (permalink / raw)
  To: Oleg Drokin, Andreas Dilger
  Cc: Greg Kroah-Hartman, HPDD-discuss, devel, linux-kernel

seq_printf should eventually be converted to a void function.

Remove the uses of seq_printf return values and use seq_has_overflowed()
instead.

Joe Perches (3):
  staging: lustre: Convert return seq_printf(...) uses to seq_has_overflowed
  staging: lustre: Convert uses of "int rc = seq_printf(...)"
  staging: lustre: Convert remaining uses of "= seq_printf(...)"

 drivers/staging/lustre/lustre/fid/lproc_fid.c      |  23 ++--
 drivers/staging/lustre/lustre/libcfs/hash.c        |  11 +-
 drivers/staging/lustre/lustre/llite/lproc_llite.c  | 127 ++++++++++++---------
 drivers/staging/lustre/lustre/lmv/lproc_lmv.c      |  18 ++-
 drivers/staging/lustre/lustre/lov/lproc_lov.c      |  30 +++--
 drivers/staging/lustre/lustre/mdc/lproc_mdc.c      |   6 +-
 .../lustre/lustre/obdclass/linux/linux-module.c    |  40 ++++---
 .../lustre/lustre/obdclass/lprocfs_status.c        | 120 ++++++++++---------
 drivers/staging/lustre/lustre/obdclass/lu_object.c |  25 ++--
 drivers/staging/lustre/lustre/osc/lproc_osc.c      |  67 +++++------
 .../staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c    |  25 ++--
 drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c    |  82 +++++++------
 12 files changed, 313 insertions(+), 261 deletions(-)

-- 
2.1.2


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

end of thread, other threads:[~2015-02-18  1:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16 19:24 [PATCH 0/3] staging: lustre: Remove use of return val of seq_printf Joe Perches
2015-02-16 19:24 ` [PATCH 1/3] staging: lustre: Convert return seq_printf(...) uses to seq_has_overflowed Joe Perches
2015-02-16 19:24 ` [PATCH 2/3] staging: lustre: Convert uses of "int rc = seq_printf(...)" Joe Perches
2015-02-16 19:24 ` [PATCH 3/3] staging: lustre: Convert remaining uses of "= seq_printf(...)" Joe Perches
2015-02-18  1:18 ` [PATCH 0/3] staging: lustre: Remove use of return val of seq_printf Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox