Re: [PATCH cgroup/for-5.20] cgroup: remove "no" prefixed mount options options

From: Michal Koutný
Date: Wed Jul 27 2022 - 05:27:43 EST


On Tue, Jul 26, 2022 at 01:48:17PM -1000, Tejun Heo <tj@xxxxxxxxxx> wrote:
Thanks.

> While a bit confusing, given that there is a way to turn off the options,
> there's no reason to have the explicit "no" prefixed options. Let's remove
> them.

This is sensible...

> Documentation/admin-guide/cgroup-v2.rst | 8 ++++----
> kernel/cgroup/cgroup.c | 24 ++++--------------------
> 2 files changed, 8 insertions(+), 24 deletions(-)

...and cleaner.

Michal