]> www.infradead.org Git - users/willy/pagecache.git/commit
Revert "checkpatch: Error out if deprecated RCU API used"
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Tue, 25 Jul 2023 23:29:10 +0000 (23:29 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 27 Jul 2023 20:36:33 +0000 (13:36 -0700)
commitb6736f287910cdd07dd8ba531987b2a5b16b31b0
treed9a2be94febeaf71d5407cffc2d98aec71ca2144
parente1d3145f7112f5ea8a690508dd9206bf4ab62792
Revert "checkpatch: Error out if deprecated RCU API used"

The definition for single-argument kfree_rcu() has been removed,
so that any further attempt to use it will result in a build error.
Because of this build error, there is no longer any need for a special
check in checkpatch.pl.

Therefore, revert commit 1eacac3255495be7502d406e2ba5444fb5c3607c.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
scripts/checkpatch.pl