All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] bfa: cleanups and fixes
@ 2010-12-10  3:06 Maggie Zhang
  2010-12-10  8:29 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Maggie Zhang @ 2010-12-10  3:06 UTC (permalink / raw)
  To: James.Bottomley, linux-scsi; +Cc: adapter_linux_open_src_team, Maggie Zhang

Description:

This patch set includes the following cleanups and fixes:

1) Remove unused/empty functions.
2) Clean up one line functions and remove a file of small size.
3) Modify scatter gather processing to use the kernel provided scsi_for_each_sg macro.
4) Remove SCSI IO callback wrapper functions, and as a result remove bfa_cb_ioim.h.
5) Remove OS wrapper functions, and as a result remove bfa_os_inc.h.
6) Fix checkpatch errors and misc cleanups in comment and formatting.


Maggie Zhang (7):
  bfa: remove unused and empty functions
  bfa: clean up one line functions
  bfa: remove a file with small size
  bfa: scatter gather processing change
  bfa: remove all SCSI IO callbacks
  bfa: remove all OS wrappers
  bfa: remove unused functions and misc cleanups

 drivers/scsi/bfa/Makefile        |    2 +-
 drivers/scsi/bfa/bfa.h           |   30 +--
 drivers/scsi/bfa/bfa_cb_ioim.h   |  169 ----------
 drivers/scsi/bfa/bfa_core.c      |  341 ++++++---------------
 drivers/scsi/bfa/bfa_cs.h        |   51 +++-
 drivers/scsi/bfa/bfa_defs.h      |    6 +-
 drivers/scsi/bfa/bfa_drv.c       |  107 -------
 drivers/scsi/bfa/bfa_fc.h        |   31 +-
 drivers/scsi/bfa/bfa_fcbuild.c   |   65 ++---
 drivers/scsi/bfa/bfa_fcbuild.h   |    2 +-
 drivers/scsi/bfa/bfa_fcpim.c     |  627 ++++++++-----------------------------
 drivers/scsi/bfa/bfa_fcpim.h     |  166 ++++-------
 drivers/scsi/bfa/bfa_fcs.c       |  200 ++----------
 drivers/scsi/bfa/bfa_fcs.h       |  109 +++++---
 drivers/scsi/bfa/bfa_fcs_fcpim.c |   20 +-
 drivers/scsi/bfa/bfa_fcs_lport.c |  127 +++------
 drivers/scsi/bfa/bfa_fcs_rport.c |  216 +------------
 drivers/scsi/bfa/bfa_hw_cb.c     |    1 +
 drivers/scsi/bfa/bfa_hw_ct.c     |    1 +
 drivers/scsi/bfa/bfa_ioc.c       |  325 ++++----------------
 drivers/scsi/bfa/bfa_ioc.h       |   28 +--
 drivers/scsi/bfa/bfa_ioc_cb.c    |    3 +-
 drivers/scsi/bfa/bfa_ioc_ct.c    |   13 +-
 drivers/scsi/bfa/bfa_modules.h   |    3 -
 drivers/scsi/bfa/bfa_os_inc.h    |  143 ---------
 drivers/scsi/bfa/bfa_plog.h      |    4 -
 drivers/scsi/bfa/bfa_port.c      |   31 +--
 drivers/scsi/bfa/bfa_port.h      |    1 -
 drivers/scsi/bfa/bfa_svc.c       |  518 ++-----------------------------
 drivers/scsi/bfa/bfa_svc.h       |   61 +---
 drivers/scsi/bfa/bfad.c          |   31 +-
 drivers/scsi/bfa/bfad_attr.c     |   10 +-
 drivers/scsi/bfa/bfad_debugfs.c  |   12 +-
 drivers/scsi/bfa/bfad_drv.h      |   37 ++-
 drivers/scsi/bfa/bfad_im.c       |   50 ++--
 drivers/scsi/bfa/bfad_im.h       |   16 +-
 drivers/scsi/bfa/bfi.h           |    4 +-
 drivers/scsi/bfa/bfi_ms.h        |    2 +-
 38 files changed, 772 insertions(+), 2791 deletions(-)
 delete mode 100644 drivers/scsi/bfa/bfa_cb_ioim.h
 delete mode 100644 drivers/scsi/bfa/bfa_drv.c
 delete mode 100644 drivers/scsi/bfa/bfa_os_inc.h

-- 
1.7.2.1


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

* Re: [PATCH 0/7] bfa: cleanups and fixes
  2010-12-10  3:06 [PATCH 0/7] bfa: cleanups and fixes Maggie Zhang
@ 2010-12-10  8:29 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2010-12-10  8:29 UTC (permalink / raw)
  To: Maggie Zhang; +Cc: James.Bottomley, linux-scsi, adapter_linux_open_src_team

The series looks good to me.  Thanks for doing this work!


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

end of thread, other threads:[~2010-12-10  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-10  3:06 [PATCH 0/7] bfa: cleanups and fixes Maggie Zhang
2010-12-10  8:29 ` Christoph Hellwig

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.