From f6d4b002ac82f35f9344c9dbc70d26bdb29d972a Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Thu, 25 Feb 2010 14:06:46 -0800 Subject: [PATCH] --- yaml --- r: 182263 b: refs/heads/master c: 056ba4a9bea5f32781a36b797c562fb731e5eaa6 h: refs/heads/master i: 182261: a9d38926cc967425ebaa8b1afc074bf159d7bb67 182259: 9561c6560ed605bdac00bc956669454d53e27f5f 182255: 3ef8b90b3647e0cbacd18840951c96dd67bcc007 v: v3 --- [refs] | 2 +- trunk/kernel/lockdep.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d6a69fb40958..5d3532a7333e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c50cc75271759373bd89a036eec4d4269b291616 +refs/heads/master: 056ba4a9bea5f32781a36b797c562fb731e5eaa6 diff --git a/trunk/kernel/lockdep.c b/trunk/kernel/lockdep.c index 672c436946ce..0c30d0455de1 100644 --- a/trunk/kernel/lockdep.c +++ b/trunk/kernel/lockdep.c @@ -3816,9 +3816,9 @@ void lockdep_rcu_dereference(const char *file, const int line) if (!debug_locks_off()) return; - printk("\n==============================================\n"); - printk( "[ BUG: Unsafe rcu_dereference_check() usage! ]\n"); - printk( "----------------------------------------------\n"); + printk("\n===================================================\n"); + printk( "[ INFO: suspicious rcu_dereference_check() usage. ]\n"); + printk( "---------------------------------------------------\n"); printk("%s:%d invoked rcu_dereference_check() without protection!\n", file, line); printk("\nother info that might help us debug this:\n\n");