From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6C14C23C5 for ; Mon, 13 Mar 2023 10:49:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F278FC433EF; Mon, 13 Mar 2023 10:49:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678704591; bh=9U/kjd7zTlI0yizAc0Bt8URDZmzyKq6pw8WWfsEWtG0=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=fsq1h7AdwwyBfjr+IR9/PTZvY3GiBKh6u/mFNrzOHiYoVtB9ivND1hJK+ao8S0btK +CZkIyh0Xq2OxWCz35BDpkpDg98F4YIj7vKJBelt5nYyQMwnhlsZnZjtL6af9mFD7v 6V+MyYHo1Ps9S/l2TsRLy2Sy6SSIdegaGaU9twGaUu5MOmhczA8dceCdqzOmc92Mg1 sPbCczrT/ZCw0BsilSgzEhUAtPJR2068xRsq7U3cZHQIqUv60lFvAZlN0UqcGpK3X0 8oO8fjS0gENgXa+9/OMJFKcwpmHg8tN4z3kYdQvnnC+8mCihdJoEk9mFIrXDUqyUKC E+nxW28qFYNdg== Message-ID: Subject: Re: nfs/lockd: simplify sysctl registration From: Jeff Layton To: Luis Chamberlain , chuck.lever@oracle.com, trond.myklebust@hammerspace.com, anna@kernel.org, linux-nfs@vger.kernel.org Cc: ebiederm@xmission.com, keescook@chromium.org, yzaikin@google.com, j.granados@samsung.com, patches@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 13 Mar 2023 06:49:48 -0400 In-Reply-To: <20230310225842.3946871-1-mcgrof@kernel.org> References: <20230310225842.3946871-1-mcgrof@kernel.org> Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Fri, 2023-03-10 at 14:58 -0800, Luis Chamberlain wrote: > This is just following the work of the same sysctl registration [0] I > just emailed you patches for sunprc but for nfs and lockd. >=20 > Feel free to pick up or let me know if you want me to take them through > my tree. I haven't even finished compile testing all these yet, but they > are pretty trivial. >=20 > I'm just dropping netdev on this series as its purely nfs/lockd stuff. >=20 > [0] https://lkml.kernel.org/r/20230310225236.3939443-1-mcgrof@kernel.org >=20 > Luis Chamberlain (3): > lockd: simplify two-level sysctl registration for nlm_sysctls > nfs: simplify two-level sysctl registration for nfs4_cb_sysctls > nfs: simplify two-level sysctl registration for nfs_cb_sysctls >=20 > fs/lockd/svc.c | 20 +------------------- > fs/nfs/nfs4sysctl.c | 21 ++------------------- > fs/nfs/sysctl.c | 20 +------------------- > 3 files changed, 4 insertions(+), 57 deletions(-) >=20 Reviewed-by: Jeff Layton