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/filesystems | |
parent | d9a77fe243c9cee108050dcbfe8a91b10426dd3d (diff) | |
download | linux-stable-09c3bcce7c3f640b560df148a3f47d4a3a13dc5e.tar.gz linux-stable-09c3bcce7c3f640b560df148a3f47d4a3a13dc5e.tar.bz2 linux-stable-09c3bcce7c3f640b560df148a3f47d4a3a13dc5e.zip |
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/filesystems')
-rw-r--r-- | Documentation/filesystems/tmpfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/tmpfs.txt b/Documentation/filesystems/tmpfs.txt index d9c11d25bf02..a85355cf85f4 100644 --- a/Documentation/filesystems/tmpfs.txt +++ b/Documentation/filesystems/tmpfs.txt @@ -98,7 +98,7 @@ A memory policy with a valid NodeList will be saved, as specified, for use at file creation time. When a task allocates a file in the file system, the mount option memory policy will be applied with a NodeList, if any, modified by the calling task's cpuset constraints -[See Documentation/cgroups/cpusets.txt] and any optional flags, listed +[See Documentation/cgroup-v1/cpusets.txt] and any optional flags, listed below. If the resulting NodeLists is the empty set, the effective memory policy for the file will revert to "default" policy. |