On Thu, 2009-04-02 at 17:28 -0700, Robert Love wrote: > The following series implements improvements to logging statements > as discussed on the mailing list. > > The only change here is that I'm back to KERN_INFO for the logging level > as that's what iSCSI uses. > I also had to change the names of the internal variables for each module as they were conflicting with each other when building the modules into the kernel. The external names of the module parameters for all three modules are still 'debug_logging'.
> I'd like to mail this patchset to linux-scsi tomorrow since the merge window > is nearing a close. > > --- > > Robert Love (9): > libfc: Add runtime debugging with libfc_debug_logging module parameter > libfc: Convert debug statements in fc_exch.c to use new libfc debug > macros. > libfc: Convert debug statements in fc_fcp.c to use new libfc debug > macros. > libfc: Convert debug statements in fc_rport.c to use new libfc debug > macros. > libfc: Convert debug statements in fc_disc.c to use new libfc debug > macros. > libfc: Convert debug statements in fc_lport.c to use new libfc debug > macros. > libfc: Add runtime debugging with debug_logging module parameter > libfcoe: Add runtime debugging with module param debug_logging > fcoe: Add runtime debug logging with module parameter debug_logging > > > drivers/scsi/fcoe/fcoe.c | 108 ++++++++++++++-------------- > drivers/scsi/fcoe/fcoe.h | 24 ++++++ > drivers/scsi/fcoe/libfcoe.c | 99 ++++++++++++++++---------- > drivers/scsi/libfc/fc_disc.c | 83 +++++++++------------- > drivers/scsi/libfc/fc_exch.c | 58 +++++++-------- > drivers/scsi/libfc/fc_fcp.c | 97 +++++++++++++------------ > drivers/scsi/libfc/fc_lport.c | 156 > ++++++++++++++++++++--------------------- > drivers/scsi/libfc/fc_rport.c | 120 +++++++++++++------------------- > include/scsi/fc_encode.h | 2 - > include/scsi/libfc.h | 77 +++++++++++++++++--- > 10 files changed, 438 insertions(+), 386 deletions(-) > _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
