]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Update documentation to note the passage of INIT_RCU_HEAD()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 19 May 2010 17:42:16 +0000 (10:42 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 20 Aug 2010 00:18:03 +0000 (17:18 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Documentation/DocBook/kernel-locking.tmpl

index 084f6ad7b7a0a4729b85aea3cc5c3e6eb6557689..e6cc57460212fe30544100d0c9b83322383601a9 100644 (file)
@@ -1725,14 +1725,6 @@ the amount of locking which needs to be done.
          if (++cache_num > MAX_CACHE_SIZE) {
                  struct object *i, *outcast = NULL;
                  list_for_each_entry(i, &amp;cache, list) {
-@@ -85,6 +94,7 @@
-         obj-&gt;popularity = 0;
-         atomic_set(&amp;obj-&gt;refcnt, 1); /* The cache holds a reference */
-         spin_lock_init(&amp;obj-&gt;lock);
-+        INIT_RCU_HEAD(&amp;obj-&gt;rcu);
-
-         spin_lock_irqsave(&amp;cache_lock, flags);
-         __cache_add(obj);
 @@ -104,12 +114,11 @@
  struct object *cache_find(int id)
  {