const_structs.checkpatch: add xattr_handler
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 12 Oct 2023 14:30:38 +0000 (16:30 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 12 Oct 2023 15:14:11 +0000 (17:14 +0200)
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>
scripts/const_structs.checkpatch

index dc39d938ea77d0687fbf9eb3fe26ab577e11757f..188412aa275795321a9be77e33d94ee9130b60b6 100644 (file)
@@ -94,3 +94,4 @@ vm_operations_struct
 wacom_features
 watchdog_ops
 wd_ops
+xattr_handler