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");