diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-04-18 04:07:49 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-04-27 19:02:48 -0400 |
commit | 1ad1335dc58646764eda7bb054b350934a1b23ec (patch) | |
tree | 8c145819f0d380744d432512ea47d89c8b91a22c /fs/Kconfig | |
parent | 3a3f7e26e5544032a687fb05b5221883b97a59ae (diff) |
docs/admin-guide/mm: start moving here files from Documentation/vm
Several documents in Documentation/vm fit quite well into the "admin/user
guide" category. The documents that don't overload the reader with lots of
implementation details and provide coherent description of certain feature
can be moved to Documentation/admin-guide/mm.
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ba53dc2a9691..ac4ac908f001 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -196,7 +196,7 @@ config HUGETLBFS | |||
196 | help | 196 | help |
197 | hugetlbfs is a filesystem backing for HugeTLB pages, based on | 197 | hugetlbfs is a filesystem backing for HugeTLB pages, based on |
198 | ramfs. For architectures that support it, say Y here and read | 198 | ramfs. For architectures that support it, say Y here and read |
199 | <file:Documentation/vm/hugetlbpage.rst> for details. | 199 | <file:Documentation/admin-guide/mm/hugetlbpage.rst> for details. |
200 | 200 | ||
201 | If unsure, say N. | 201 | If unsure, say N. |
202 | 202 | ||