diff options
author | SeongJae Park <sj@kernel.org> | 2021-11-05 13:48:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-06 13:30:46 -0700 |
commit | 0d16cfd46b48689de6a5ca594bc1a68105f6658b (patch) | |
tree | 1392dcf2557de27f419307ba767fc58a63bf1459 /Documentation/admin-guide/perf | |
parent | b1eee3c5486003b247127538210f15fd6ebb5ee5 (diff) | |
download | lwn-0d16cfd46b48689de6a5ca594bc1a68105f6658b.tar.gz lwn-0d16cfd46b48689de6a5ca594bc1a68105f6658b.zip |
Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions
Some descriptions of page flags in 'pagemap.rst' are written in
assumption of none-rst, which respects every new line, as below:
7 - SLAB
page is managed by the SLAB/SLOB/SLUB/SLQB kernel memory allocator
When compound page is used, SLUB/SLQB will only set this flag on the head
Because rst ignores the new line between the first sentence and second
sentence, resulting html looks a little bit weird, as below.
7 - SLAB
page is managed by the SLAB/SLOB/SLUB/SLQB kernel memory allocator When
^
compound page is used, SLUB/SLQB will only set this flag on the head
page; SLOB will not flag it at all.
This change makes it more natural and consistent with other parts in the
rendered version.
Link: https://lkml.kernel.org/r/20211022090311.3856-5-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/admin-guide/perf')
0 files changed, 0 insertions, 0 deletions