diff options
| author | Mike Tipton <[email protected]> | 2023-09-22 13:45:12 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-10-05 11:18:18 +0000 |
| commit | 7360a48bd0f5e62b2d00c387d5d3f2821eb290ce (patch) | |
| tree | e3e0961723994d5e166825115c679c4152d5de40 /scripts/mod/file2alias.c | |
| parent | device property: Replace custom implementation of COUNT_ARGS() (diff) | |
| download | kernel-7360a48bd0f5e62b2d00c387d5d3f2821eb290ce.tar.gz kernel-7360a48bd0f5e62b2d00c387d5d3f2821eb290ce.zip | |
debugfs: Fix __rcu type comparison warning
Sparse reports the following:
fs/debugfs/file.c:942:9: sparse: sparse: incompatible types in comparison expression (different address spaces):
fs/debugfs/file.c:942:9: sparse: char [noderef] __rcu *
fs/debugfs/file.c:942:9: sparse: char *
rcu_assign_pointer() expects that it's assigning to pointers annotated
with __rcu. We can't annotate the generic struct file::private_data, so
cast it instead.
Fixes: 86b5488121db ("debugfs: Add write support to debugfs_create_str()")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Mike Tipton <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/mod/file2alias.c')
0 files changed, 0 insertions, 0 deletions
