]> git.baikalelectronics.ru Git - kernel.git/commit
raid5: replace custom debug PRINTKs with standard pr_debug
authorDan Williams <dan.j.williams@intel.com>
Mon, 9 Jul 2007 18:56:43 +0000 (11:56 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 13 Jul 2007 15:06:15 +0000 (08:06 -0700)
commit6aa457ef549d7ab1dc795cb51d7ba3ef4e95f1d1
treeebc65304c088b6f2162c5ba4e04382bd49736040
parent1dbadb23d7fb7d53e0abe636a4dde28ef5027aea
raid5: replace custom debug PRINTKs with standard pr_debug

Replaces PRINTK with pr_debug, and kills the RAID5_DEBUG definition in
favor of the global DEBUG definition.  To get local debug messages just add
'#define DEBUG' to the top of the file.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-By: NeilBrown <neilb@suse.de>
drivers/md/raid5.c