]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/RCU/whatisRCU.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / Documentation / RCU / whatisRCU.txt
index 0cc7820967f4b54213918e6e21bb7e3cb952d141..10df0b82f45939a91aec83c450b6713c6cafdc18 100644 (file)
@@ -265,9 +265,9 @@ rcu_dereference()
                rcu_read_lock();
                p = rcu_dereference(head.next);
                rcu_read_unlock();
-               x = p->address;
+               x = p->address; /* BUG!!! */
                rcu_read_lock();
-               y = p->data;
+               y = p->data;    /* BUG!!! */
                rcu_read_unlock();
 
        Holding a reference from one RCU read-side critical section