diff options
author | Amit Daniel Kachhap <amit.kachhap@arm.com> | 2022-01-14 23:03:55 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-15 15:30:25 +0100 |
commit | a12cf8b32ceed9c60c8bba7c46077ebffbfb9db2 (patch) | |
tree | 6226b0e8f8080200f808d62b0a505009acdc35f9 /mm/slab_common.c | |
parent | ocfs2: remove redundant assignment to variable free_space (diff) | |
download | linux-a12cf8b32ceed9c60c8bba7c46077ebffbfb9db2.tar.xz linux-a12cf8b32ceed9c60c8bba7c46077ebffbfb9db2.zip |
fs/ioctl: remove unnecessary __user annotation
__user annotations are used by the checker (e.g sparse) to mark user
pointers. However here __user is applied to a struct directly, without a
pointer being directly involved.
Although the presence of __user does not cause sparse to emit a warning,
__user should be removed for consistency with other uses of offsetof().
Note: No functional changes intended.
Link: https://lkml.kernel.org/r/20211122101256.7875-1-amit.kachhap@arm.com
Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
Cc: Vincenzo Frascino <Vincenzo.Frascino@arm.com>
Cc: Kevin Brodsky <Kevin.Brodsky@arm.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slab_common.c')
0 files changed, 0 insertions, 0 deletions