Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a640d88

Browse files
t-8chbrauner
authored andcommitted
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>
1 parent 295d3c4 commit a640d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/const_structs.checkpatch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ vm_operations_struct
9494
wacom_features
9595
watchdog_ops
9696
wd_ops
97+
xattr_handler

0 commit comments

Comments
 (0)