rcu: Make kfree_rcu() ignore NULL pointers
authorPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 9 Apr 2019 14:48:18 +0000 (07:48 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 28 May 2019 16:02:57 +0000 (09:02 -0700)
commit12edff045bc6dd3ab1565cc02fa4841803c2a633
treefd280d56ab640d856ac77c75060d62ea73a2daea
parent3ae976a7e3e87438b8439a01aeb79d4866b1c444
rcu: Make kfree_rcu() ignore NULL pointers

This commit makes the kfree_rcu() macro's semantics be consistent
with the likes of kfree() by adding a check for NULL pointers, so
that kfree_rcu(NULL, ...) is a no-op.

Reported-by: Andriy Shevchenko <andriy.shevchenko@linux.intel.com>
Reported-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Reviewed-by: Andriy Shevchenko <andriy.shevchenko@linux.intel.com>
include/linux/rcupdate.h