|
|
@@ -227,8 +227,8 @@ enum {
|
|
|
*
|
|
|
* The followings are the behaviors currently affected this flag.
|
|
|
*
|
|
|
- * - Mount options "noprefix" and "clone_children" are disallowed.
|
|
|
- * Also, cgroupfs file cgroup.clone_children is not created.
|
|
|
+ * - Mount options "noprefix", "xattr", "clone_children",
|
|
|
+ * "release_agent" and "name" are disallowed.
|
|
|
*
|
|
|
* - When mounting an existing superblock, mount options should
|
|
|
* match.
|
|
|
@@ -246,7 +246,7 @@ enum {
|
|
|
* - "release_agent" and "notify_on_release" are removed.
|
|
|
* Replacement notification mechanism will be implemented.
|
|
|
*
|
|
|
- * - "xattr" mount option is deprecated. kernfs always enables it.
|
|
|
+ * - "cgroup.clone_children" is removed.
|
|
|
*
|
|
|
* - cpuset: tasks will be kept in empty cpusets when hotplug happens
|
|
|
* and take masks of ancestors with non-empty cpus/mems, instead of
|