diff options
author | Li Xinhai <lixinhai.lxh@gmail.com> | 2021-09-08 16:52:15 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-09-14 22:54:01 +0200 |
commit | d7482c0da76c15b29624dccff2304589eae4651b (patch) | |
tree | 15a9e6d24d13964bc49d84fe7cea9a1da95058a6 /Documentation/vm | |
parent | docs: block: fix discard_max_bytes references (diff) | |
download | linux-d7482c0da76c15b29624dccff2304589eae4651b.tar.xz linux-d7482c0da76c15b29624dccff2304589eae4651b.zip |
Doc: page_migration: fix numbering for non-LRU movable flags
The non-LRU movable flags part is not relevant to above 3 funcitons, so remove
the number 4.
Signed-off-by: Li Xinhai <lixinhai.lxh@gmail.com>
Link: https://lore.kernel.org/r/20210908145215.592325-1-lixinhai.lxh@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/page_migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/page_migration.rst b/Documentation/vm/page_migration.rst index db9d7e5539cb..08810f549f70 100644 --- a/Documentation/vm/page_migration.rst +++ b/Documentation/vm/page_migration.rst @@ -205,7 +205,7 @@ which are function pointers of struct address_space_operations. In this function, the driver should put the isolated page back into its own data structure. -4. non-LRU movable page flags +Non-LRU movable page flags There are two page flags for supporting non-LRU movable page. |