diff options
author | Thomas Weißschuh <[email protected]> | 2023-10-12 16:30:38 +0200 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2023-10-12 17:14:11 +0200 |
commit | a640d888953cd18e8542283653c20160b601d69d (patch) | |
tree | 566f0ef917b378054995c2ef4c95e603d5ff25f4 | |
parent | 295d3c441226d004d1ed59c4fcf62d5dba18d9e1 (diff) |
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/[email protected]/
Signed-off-by: Thomas Weißschuh <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christian Brauner <[email protected]>
-rw-r--r-- | scripts/const_structs.checkpatch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch index dc39d938ea77..188412aa2757 100644 --- a/scripts/const_structs.checkpatch +++ b/scripts/const_structs.checkpatch @@ -94,3 +94,4 @@ vm_operations_struct wacom_features watchdog_ops wd_ops +xattr_handler |