[PATCH] printk: clean up recursion check related static variables

2008-02-13 Thread Tejun Heo
Make printk_recursion_bug_msg static, drop printk prefix from recurson variables and move them into vprintk(). Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- This is slightly modified version of the clean up part. I don't think it's wise to pull out all static variables out of functions.

[PATCH] printk: clean up recursion check related static variables

2008-02-13 Thread Tejun Heo
Make printk_recursion_bug_msg static, drop printk prefix from recurson variables and move them into vprintk(). Signed-off-by: Tejun Heo [EMAIL PROTECTED] --- This is slightly modified version of the clean up part. I don't think it's wise to pull out all static variables out of functions.