reverse_path_check_proc(): don't bother with cookies
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Sep 2020 23:48:56 +0000 (19:48 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Oct 2020 00:01:53 +0000 (20:01 -0400)
commit0c320f776ed83e1ebde4d49bc316b23e868b4737
tree088e549a0b2b62211fc13c20fc00e42ae0e8f99a
parentaebf15f0fbd54e8deebc56642c08da15b905027c
reverse_path_check_proc(): don't bother with cookies

We know there's no loops by the time we call it; the
only thing we care about is too deep reverse paths.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/eventpoll.c