Searched hist:"105 f2b7096075eacb6d2c83a6e00b652c2951063" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | eventfd.h | diff 105f2b7096075eacb6d2c83a6e00b652c2951063 Sat Jan 06 11:45:44 CST 2018 Eric Biggers <ebiggers@google.com> eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()
eventfd_ctx_get() is not used outside of eventfd.c, so unexport it and fold it into eventfd_ctx_fileget().
(eventfd_ctx_get() was apparently added years ago for KVM irqfd's, but was never used.)
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/ |
H A D | eventfd.c | diff 105f2b7096075eacb6d2c83a6e00b652c2951063 Sat Jan 06 11:45:44 CST 2018 Eric Biggers <ebiggers@google.com> eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()
eventfd_ctx_get() is not used outside of eventfd.c, so unexport it and fold it into eventfd_ctx_fileget().
(eventfd_ctx_get() was apparently added years ago for KVM irqfd's, but was never used.)
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|