]> git.baikalelectronics.ru Git - kernel.git/commit
fs/epoll: rename check_events label to send_events
authorDavidlohr Bueso <dave@stgolabs.net>
Thu, 3 Jan 2019 23:27:22 +0000 (15:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Jan 2019 21:13:46 +0000 (13:13 -0800)
commitd0bb294f0e9e6060410b600ab7922de64ed7cfc9
treeccce0eaf5e62685b6406127d56519dca196e459c
parent0eeee653e103c07a49b4b8a1440331a206178e9a
fs/epoll: rename check_events label to send_events

It is currently called check_events because it, well, did exactly that.
However, since the lockless ep_events_available() call, the label no
longer checks, but just sends the events.  Rename as such.

Link: http://lkml.kernel.org/r/20181114182532.27981-1-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Jason Baron <jbaron@akamai.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/eventpoll.c