From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal =?iso-8859-1?Q?Koutn=FD?= Subject: Re: [PATCH cgroup/for-5.20] cgroup: remove "no" prefixed mount options options Date: Wed, 27 Jul 2022 11:27:15 +0200 Message-ID: <20220727092715.GA1569@blackbody.suse.cz> References: <20220726143246.GA23794@blackbody.suse.cz> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1658914036; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=anqnE2KfGtEVOPeKnZ+sVTbUC4usJ64Dv0txy9AxFfA=; b=uD35DKCURHlRIeXliZPxVGX4Y/Z6a5x/Vgou/m87fXh1CMhyJePsMik/zc2Sr1ocVRvviC S6y/HKcJCUM7rvIrjV4zE7FmLlq9YJisl5zB1wltvJbZumHGP5r1BwfyDXLWvgrszCjy3e tB2ROOFWjOPeSrcVzcYJPrHQSccQqZ4= Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tejun Heo Cc: Peter Zijlstra , John Stultz , Dmitry Shmidt , Oleg Nesterov , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tue, Jul 26, 2022 at 01:48:17PM -1000, Tejun Heo 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