diff options
author | Michal Hocko <mhocko@suse.com> | 2018-05-29 11:26:44 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-05-29 15:45:42 +0300 |
commit | 46ca359955fee63486dc1cfc528ae5692bb16dcd (patch) | |
tree | 5b50eea6676820b268168e0dd9ab4c7b9a2c5b1a /Documentation/core-api/index.rst | |
parent | 8962e40c19933a11bb5c46216e36ca4d63751c3e (diff) | |
download | linux-46ca359955fee63486dc1cfc528ae5692bb16dcd.tar.xz |
doc: document scope NOFS, NOIO APIs
Although the api is documented in the source code Ted has pointed out
that there is no mention in the core-api Documentation and there are
people looking there to find answers how to use a specific API.
Requested-by: "Theodore Y. Ts'o" <tytso@mit.edu>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 3864de589126..f5a66b72f984 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -27,6 +27,7 @@ Core utilities errseq printk-formats circular-buffers + gfp_mask-from-fs-io Interfaces for kernel debugging =============================== |