diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-09-14 11:27:56 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-09-20 19:02:32 +0200 |
commit | 8ff7e072880ee48592ce0e4ce7488097205e544e (patch) | |
tree | e373cbca8fc29492a7df75f032c0bc6d2c05b250 /Documentation/core-api | |
parent | docs/boot-time-mm: fix kernel-doc directive for including all but DOC: (diff) | |
download | linux-8ff7e072880ee48592ce0e4ce7488097205e544e.tar.xz linux-8ff7e072880ee48592ce0e4ce7488097205e544e.zip |
docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/gfp_mask-from-fs-io.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/core-api/gfp_mask-from-fs-io.rst b/Documentation/core-api/gfp_mask-from-fs-io.rst index e0df8f416582..e7c32a8de126 100644 --- a/Documentation/core-api/gfp_mask-from-fs-io.rst +++ b/Documentation/core-api/gfp_mask-from-fs-io.rst @@ -1,3 +1,5 @@ +.. _gfp_mask_from_fs_io: + ================================= GFP masks used from FS/IO context ================================= |