Message ID | 20231107-jag-sysctl_remove_empty_elem_fs-v1-1-7176632fea9f@samsung.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array | expand |
diff --git a/fs/cachefiles/error_inject.c b/fs/cachefiles/error_inject.c index 18de8a876b02..1715d5ca2b2d 100644 --- a/fs/cachefiles/error_inject.c +++ b/fs/cachefiles/error_inject.c @@ -19,7 +19,6 @@ static struct ctl_table cachefiles_sysctls[] = { .mode = 0644, .proc_handler = proc_douintvec, }, - {} }; int __init cachefiles_register_error_injection(void)