Message ID | 20231204-const-sysctl-v2-16-7a5060b11447@weissschuh.net (mailing list archive) |
---|---|
State | In Next |
Commit | d37fe7481d25dcc2c89f6fcb5506957852d9457b |
Headers | show |
Series | sysctl: constify sysctl ctl_tables | expand |
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch index 188412aa2757..0621c2d652bb 100644 --- a/scripts/const_structs.checkpatch +++ b/scripts/const_structs.checkpatch @@ -5,6 +5,7 @@ block_device_operations clk_ops comedi_lrange component_ops +ctl_table dentry_operations dev_pm_ops dma_map_ops
Now that the sysctl core can handle "const struct ctl_table", make sure that new usages of the struct already enter the tree as const. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> --- scripts/const_structs.checkpatch | 1 + 1 file changed, 1 insertion(+)