diff for duplicates of <4BC537C9.8050600@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index e0273b6..e14fdc4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -73,7 +73,7 @@ Paul E. McKenney wrote: > +{ > + return likely(rcu_scheduler_active && > + debug_locks && -> + current->lockdep_recursion = 0); +> + current->lockdep_recursion == 0); > +} > + diff --git a/a/content_digest b/N1/content_digest index 81e10a2..1b31ab0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\020100414014930.GI2538@linux.vnet.ibm.com\0" "From\0Lai Jiangshan <laijs@cn.fujitsu.com>\0" "Subject\0Re: Weird rcu lockdep warning\0" - "Date\0Wed, 14 Apr 2010 03:34:33 +0000\0" + "Date\0Wed, 14 Apr 2010 11:34:33 +0800\0" "To\0paulmck@linux.vnet.ibm.com\0" "Cc\0David Miller <davem@davemloft.net>" fweisbec@gmail.com @@ -90,11 +90,11 @@ "> +{\n" "> +\treturn likely(rcu_scheduler_active &&\n" "> +\t\t debug_locks &&\n" - "> +\t\t current->lockdep_recursion = 0);\n" + "> +\t\t current->lockdep_recursion == 0);\n" "> +}\n" "> +\n" "\n" "Looks good to me too, but I think\n" 'likely' is needless since the function is not inline. -0da2b395b5efa93f02668214b2301c77cbce4092df1fd903f58d79e36d8ce521 +2210808adb5a53a58b775ff8e268bb927b537927d3d3c8dc05e9f25a4899e132
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.