]> git.ipfire.org Git - thirdparty/linux.git/commit
eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
authorChristian Brauner <brauner@kernel.org>
Thu, 23 Apr 2026 22:23:18 +0000 (00:23 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 23 Apr 2026 22:36:03 +0000 (00:36 +0200)
commit0feaf644f7180c4a91b6b405a881afbfd958f1cf
tree29a6203cd4081386acab4e068753bebcd4f3064a
parente9e5cd40d7c403e19f21d0f7b8b8ba3a76b58330
eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()

With __ep_remove() gone, the double-underscore on __ep_remove_file()
and __ep_remove_epi() no longer contrasts with a __-less parent and
just reads as noise. Rename both to ep_remove_file() and
ep_remove_epi(). No functional change.

Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/eventpoll.c