]> www.infradead.org Git - users/willy/linux.git/commit
fs/epoll: rename check_events label to send_events
authorDavidlohr Bueso <dave@stgolabs.net>
Wed, 5 Dec 2018 00:14:09 +0000 (11:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Dec 2018 22:09:02 +0000 (09:09 +1100)
commitcc6e642bb4fadc1362d626a12e7ed18b66b52bf8
treefc0c4163465da3027495c77a21a2798450a95161
parente1c10de5847cae060fd9c7bd8591b38b84750a97
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: Stephen Rothwell <sfr@canb.auug.org.au>
fs/eventpoll.c