diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2024-02-05 05:33:49 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2025-09-16 04:08:33 +0300 |
commit | 2974831dd5d298d18d0ea87ec46a84e920731efa (patch) | |
tree | 6005821dc5aa1223a4dcbfa55b8748e3bb206a70 /security/selinux/hooks.c | |
parent | f9fadf23c7f1a0df72ef50a873e1bd3bd4631ec1 (diff) | |
download | linux-2974831dd5d298d18d0ea87ec46a84e920731efa.tar.xz |
exfat_find(): constify qstr argument
Nothing outside of fs/dcache.c has any business modifying
dentry names; passing &dentry->d_name as an argument should
have that argument declared as a const pointer.
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions