On Thu, Mar 2, 2023 at 12:46 PM Luis Chamberlain wrote:
>
> register_sysctl_table() is a deprecated compatibility wrapper.
> register_sysctl() can do the directory creation for you so just use
> that.
>
> Signed-off-by: Luis Chamberlain
Acked-by: Song Liu
Thanks!
register_sysctl_table() is a deprecated compatibility wrapper.
register_sysctl() can do the directory creation for you so just use
that.
Signed-off-by: Luis Chamberlain
---
drivers/md/md.c | 22 +-
1 file changed, 1 insertion(+), 21 deletions(-)
diff --git a/drivers/md/md.c