commit | 992991c03ca033f779aae1afb5b0c27bcb7139c3 | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <[email protected]> | Tue Aug 21 21:58:26 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Aug 22 10:52:49 2018 -0700 |
tree | ca477eaddde64ec7f69b37d50980f66df2db0d72 | |
parent | 679abf381a18e945457b01921f667cee9e656a7f [diff] |
fs/eventpoll.c: simplify ep_is_linked() callers Instead of having each caller pass the rdllink explicitly, just have ep_is_linked() pass it while the callers just need the epi pointer. This helper is all about the rdllink, and this change, furthermore, improves the function's self documentation. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Davidlohr Bueso <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Al Viro <[email protected]> Cc: Jason Baron <[email protected]> Cc: Peter Zijlstra <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>