Re: [PATCH 1/n] libata-core.c conversion to new debugging scheme, part 1 (25% done)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, May 31, 2006 at 07:46:33AM +0200, Borislav Petkov wrote:
> This patch converts the first 25% of libata-core.c to the new debugging scheme.
> 
> Signed-off-by: <petkov@xxxxxxxxxxxxxxx>

Looks good at first glance, though I'll hold off on apply until I return
from the Red Hat Summit in Nashville.

It made me remember another point, though:  in order to avoid
regressions, after applying your patch, I would think that you would
want to create a patch which did something like

#ifndef ATA_VERBOSE_DEBUG
	ap->msg_enable = xxx
#else ATA_DEBUG
	ap->msg_enable = yyy
#else
	ap->msg_enable = ...
#endif

Thus, we are assured that applying your patch will not change the
behavior(much?) when ATA_VERBOSE_DEBUG is enabled.

Regards,

	Jeff



-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux