Commit 1bdcd78e2445f1ef7097a3ae7ef12e8f9c4fb05f

Authored by Trevor Woerner
Committed by Linus Torvalds
1 parent e0e34e977a

cgroups: remove deprecated subsystem from examples.

The 'ns' cgroup is considered deprecated. Change the cgroup subsystem
used in the examples of the cgroup documentation from 'ns' to 'blkio'.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Acked-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

Documentation/cgroups/cgroups.txt
... ... @@ -355,13 +355,13 @@
355 355  
356 356 To change the set of subsystems bound to a mounted hierarchy, just
357 357 remount with different options:
358   -# mount -o remount,cpuset,ns hier1 /dev/cgroup
  358 +# mount -o remount,cpuset,blkio hier1 /dev/cgroup
359 359  
360   -Now memory is removed from the hierarchy and ns is added.
  360 +Now memory is removed from the hierarchy and blkio is added.
361 361  
362   -Note this will add ns to the hierarchy but won't remove memory or
  362 +Note this will add blkio to the hierarchy but won't remove memory or
363 363 cpuset, because the new options are appended to the old ones:
364   -# mount -o remount,ns /dev/cgroup
  364 +# mount -o remount,blkio /dev/cgroup
365 365  
366 366 To Specify a hierarchy's release_agent:
367 367 # mount -t cgroup -o cpuset,release_agent="/sbin/cpuset_release_agent" \