]> git.baikalelectronics.ru Git - kernel.git/commit
types: Update obsolete callback_head comment
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 2 Feb 2017 19:40:15 +0000 (11:40 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 19 Apr 2017 16:29:17 +0000 (09:29 -0700)
commitc127e7d80a30d1db612c610e17f30728ddac63e3
tree637f95fd80be857eaf2e27f5383d4a4bfed3d020
parent9382a03a5ae791715064571a04e9af3de410f97d
types: Update obsolete callback_head comment

The comment header for callback_head (and thus for rcu_head) states that
the bottom two bits of a pointer to these structures must be zero.  This
is obsolete:  The new requirement is that only the bottom bit need be
zero.  This commit therefore updates this comment.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/types.h