- more meaningful names for pools (predicting next patch) - cleanup of pool structure - store name - point to poolinfo table rather than copying entry - alloc pool together with structure - refactor pool creation and initialization - kill pointless (double!) pool zeroing diff -urN -x '.patch*' orig/drivers/char/random.c work/drivers/char/random.c --- orig/drivers/char/random.c 2002-09-23 12:11:48.000000000 -0500 +++ work/drivers/char/random.c 2002-09-23 12:11:48.000000000 -0500 @@ -404,7 +404,7 @@ } #endif -#if 0 +#if 1 #define DEBUG_ENT(fmt, arg...) printk(KERN_DEBUG "random: " fmt, ## arg) #else #define DEBUG_ENT(fmt, arg...) do {} while (0)