diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-01-04 12:45:30 -0800 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-01-16 11:33:15 -0700 |
| commit | f2d46684be2201e54c088728e741b71aa33b2aa5 (patch) | |
| tree | 62dac6a88da398a56b54c320b90c340e4fb4965c /Documentation | |
| parent | d9d25684e98d45322a9b7ff44beb4275ffdf1d74 (diff) | |
docs: filesystems: add fs/open.c to api-summary
Include fs/open.c in filesystems/api-summary.rst to provide its
exported APIs.
Suggested-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260104204530.518206-1-rdunlap@infradead.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/filesystems/api-summary.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/filesystems/api-summary.rst b/Documentation/filesystems/api-summary.rst index cc5cc7f3fbd8..bd7e3d5db581 100644 --- a/Documentation/filesystems/api-summary.rst +++ b/Documentation/filesystems/api-summary.rst @@ -56,6 +56,9 @@ Other Functions .. kernel-doc:: fs/namei.c :export: +.. kernel-doc:: fs/open.c + :export: + .. kernel-doc:: block/bio.c :export: |
