diff options
author | Randy Dunlap <[email protected]> | 2021-02-09 20:25:26 -0800 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2021-03-06 17:36:53 -0700 |
commit | 4722e2a2432f5fc7c7678478059f0b2c03eb77a3 (patch) | |
tree | 9f9420c5cda874bc87f81622c624066a2438619f | |
parent | a6c67fee9cf09552a6d37724a91e1183a06a79cb (diff) |
Docs: add fs/eventpoll to docbooks
Add fs/eventpoll.c to the filesystem api-summary book.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Andrew Morton <[email protected]>
Cc: Alexander Viro <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/filesystems/api-summary.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/filesystems/api-summary.rst b/Documentation/filesystems/api-summary.rst index a94f17d9b836..2d4e7d00bfed 100644 --- a/Documentation/filesystems/api-summary.rst +++ b/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 =========================================== |