summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2026-04-24 16:46:38 +0300
committerChristian Brauner <brauner@kernel.org>2026-04-28 18:27:27 +0300
commitc17eb7a5285a6d77c16397ad3b6223aca7a87d56 (patch)
treed6cfd7aa47f5d66a28e5a29ce8ea23ec41d157e4 /include/linux/timerqueue.h
parent31c95f087e5df2c508f0f52d13d42f44d78c6510 (diff)
downloadlinux-c17eb7a5285a6d77c16397ad3b6223aca7a87d56.tar.xz
eventpoll: drop unused depth argument from epoll_mutex_lock()
epoll_mutex_lock() has three callers, all in do_epoll_ctl(), and every one passes depth == 0. The argument has been dead since the helper was introduced. Drop it. Because a zero subclass makes mutex_lock_nested() equivalent to mutex_lock(), switch the blocking path to the simpler primitive as well. No functional change. Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org> Link: https://patch.msgid.link/20260424-work-epoll-rework-v1-7-249ed00a20f3@kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions