commit | a640d888953cd18e8542283653c20160b601d69d | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <linux@weissschuh.net> | Thu Oct 12 16:30:38 2023 +0200 |
committer | Christian Brauner <brauner@kernel.org> | Thu Oct 12 17:14:11 2023 +0200 |
tree | 566f0ef917b378054995c2ef4c95e603d5ff25f4 | |
parent | 295d3c441226d004d1ed59c4fcf62d5dba18d9e1 [diff] [blame] |
const_structs.checkpatch: add xattr_handler Now that the vfs can handle "const struct xattr_handler" make sure that new usages of the struct already enter the tree as const. Link: https://lore.kernel.org/lkml/20230930050033.41174-1-wedsonaf@gmail.com/ Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20231012-vfs-xattr_const-v1-1-6c21e82d4d5e@weissschuh.net Signed-off-by: Christian Brauner <brauner@kernel.org>
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch index dc39d93..188412a 100644 --- a/scripts/const_structs.checkpatch +++ b/scripts/const_structs.checkpatch
@@ -94,3 +94,4 @@ wacom_features watchdog_ops wd_ops +xattr_handler