Add fs/eventpoll.c to the filesystem api-summary book. Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Jonathan Corbet <cor...@lwn.net> Cc: linux-...@vger.kernel.org Cc: Andrew Morton <a...@linux-foundation.org> Cc: Alexander Viro <v...@zeniv.linux.org.uk> --- Documentation/filesystems/api-summary.rst | 6 ++++++ 1 file changed, 6 insertions(+)
--- linux-next-20210205.orig/Documentation/filesystems/api-summary.rst +++ linux-next-20210205/Documentation/filesystems/api-summary.rst @@ -122,6 +122,12 @@ Events based on file descriptors .. kernel-doc:: fs/eventfd.c :export: +eventpoll (epoll) interfaces +============================ + +.. kernel-doc:: fs/eventpoll.c + :internal: + The Filesystem for Exporting Kernel Objects ===========================================