Re: [PATCH 09/11] fs-verity: simplify sysctls with register_sysctl()
From: Eric Biggers <ebiggers@kernel.org>
Date: 2023-03-07 19:56:13
Also in:
linux-fsdevel, linux-patches, lkml
From: Eric Biggers <ebiggers@kernel.org>
Date: 2023-03-07 19:56:13
Also in:
linux-fsdevel, linux-patches, lkml
On Thu, Mar 02, 2023 at 12:28:24PM -0800, Luis Chamberlain wrote:
register_sysctl_paths() is only needed if your child (directories) have entries but this does not so just use register_sysctl() so to do away with the path specification. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org> --- fs/verity/signature.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
Applied to https://git.kernel.org/pub/scm/fs/fsverity/linux.git/log/?h=for-next - Eric