commit | 0611a640e60a0473883328746f3c53934cd4dc3c | [log] [tgz] |
---|---|---|
author | Dmitry Antipov <[email protected]> | Wed Feb 21 14:22:05 2024 +0300 |
committer | Christian Brauner <[email protected]> | Thu Feb 22 10:03:31 2024 +0100 |
tree | 1a8de68e37f1ac1b80ab8d4df2bfc7e243672307 | |
parent | 4af6ccb4694482d98903d1dfa16867d1cbaa6b6a [diff] |
eventpoll: prefer kfree_rcu() in __ep_remove() In '__ep_remove()', prefer 'kfree_rcu()' over 'call_rcu()' with dummy 'epi_rcu_free()' callback. This follows commit d0089603fa7a ("fs: prefer kfree_rcu() in fasync_remove_entry()") and should not be backported to stable as well. Signed-off-by: Dmitry Antipov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>