diff options
author | seokhoon.yoon <iamyooon@gmail.com> | 2016-08-02 23:23:57 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-03 15:43:58 -0600 |
commit | 09c3bcce7c3f640b560df148a3f47d4a3a13dc5e (patch) | |
tree | d0d94c2aa04899e68f8daebffdc8008d810b70c3 /Documentation/vm/unevictable-lru.txt | |
parent | d9a77fe243c9cee108050dcbfe8a91b10426dd3d (diff) | |
download | op-kernel-dev-09c3bcce7c3f640b560df148a3f47d4a3a13dc5e.zip op-kernel-dev-09c3bcce7c3f640b560df148a3f47d4a3a13dc5e.tar.gz |
Documenation: update cgroup's document path
cgroup's document path is changed to "cgroup-v1". update it.
Signed-off-by: seokhoon.yoon <iamyooon@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm/unevictable-lru.txt')
-rw-r--r-- | Documentation/vm/unevictable-lru.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/unevictable-lru.txt b/Documentation/vm/unevictable-lru.txt index fa3b527..4e565ed 100644 --- a/Documentation/vm/unevictable-lru.txt +++ b/Documentation/vm/unevictable-lru.txt @@ -122,7 +122,7 @@ MEMORY CONTROL GROUP INTERACTION -------------------------------- The unevictable LRU facility interacts with the memory control group [aka -memory controller; see Documentation/cgroups/memory.txt] by extending the +memory controller; see Documentation/cgroup-v1/memory.txt] by extending the lru_list enum. The memory controller data structure automatically gets a per-zone unevictable |