forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/Documentation/vm/unevictable-lru.rst
....@@ -98,7 +98,7 @@
9898 --------------------------------
9999
100100 The unevictable LRU facility interacts with the memory control group [aka
101
-memory controller; see Documentation/cgroup-v1/memory.txt] by extending the
101
+memory controller; see Documentation/admin-guide/cgroup-v1/memory.rst] by extending the
102102 lru_list enum.
103103
104104 The memory controller data structure automatically gets a per-zone unevictable
....@@ -439,7 +439,7 @@
439439
440440 The unevictable LRU can be scanned for compactable regions and the default
441441 behavior is to do so. /proc/sys/vm/compact_unevictable_allowed controls
442
-this behavior (see Documentation/sysctl/vm.txt). Once scanning of the
442
+this behavior (see Documentation/admin-guide/sysctl/vm.rst). Once scanning of the
443443 unevictable LRU is enabled, the work of compaction is mostly handled by
444444 the page migration code and the same work flow as described in MIGRATING
445445 MLOCKED PAGES will apply.