Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1209481
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 02/10] cgroup: introduce cgroup_subsys->legacy_name |
| Date | 2015-08-18 23:10 +0200 |
| Message-ID | <pYWiR-1km-13@gated-at.bofh.it> (permalink) |
| References | <pPQcF-5HE-7@gated-at.bofh.it> <pPQcG-5HE-21@gated-at.bofh.it> <pRhku-84X-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jul 28, 2015 at 01:56:47PM -0400, Tejun Heo wrote: > This allows cgroup subsystems to use a different name on the unified > hierarchy. cgroup_subsys->name is used on the unified hierarchy, > ->legacy_name elsewhere. If ->legacy_name is not explicitly set, it's > automatically set to ->name and the userland visible behavior remains > unchanged. > > v2: Make parse_cgroupfs_options() only consider ->legacy_name as mount > options are used only on legacy hierarchies. Suggested by Li > Zefan. > > Signed-off-by: Tejun Heo <tj@kernel.org> > Cc: Li Zefan <lizefan@huawei.com> > Cc: Johannes Weiner <hannes@cmpxchg.org> > Cc: cgroups@vger.kernel.org Applied to cgroup/for-4.3-unified-base. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 02/10] cgroup: introduce cgroup_subsys->legacy_name Tejun Heo <tj@kernel.org> - 2015-08-18 23:10 +0200
csiph-web