commit | 2192bba03d80f829233bfa34506b428f71e531e7 | [log] [tgz] |
---|---|---|
author | Benjamin Segall <[email protected]> | Tue May 30 11:32:28 2023 -0700 |
committer | Andrew Morton <[email protected]> | Mon Jun 12 11:31:52 2023 -0700 |
tree | 67f0363be773da3a85560e05eff0d475425f5bd0 | |
parent | 4f572f0074b8be8a70bd150d96a749aa94c8d85f [diff] |
epoll: ep_autoremove_wake_function should use list_del_init_careful autoremove_wake_function uses list_del_init_careful, so should epoll's more aggressive variant. It only doesn't because it was copied from an older wait.c rather than the most recent. [[email protected]: add comment] Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Fixes: a16ceb139610 ("epoll: autoremove wakers even more aggressively") Signed-off-by: Ben Segall <[email protected]> Cc: Al Viro <[email protected]> Cc: Christian Brauner <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]>