summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-04-11 00:02:49 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-04-18 11:33:09 +0900
commitcd8d29c1b3c3397493115a9e919a806ea28aef05 (patch)
tree4139ad80b2c16bb87feb27d9d06641ea40c4dc0a /include/linux/timerqueue.h
parent545834ac412fb42d41a41442aee7998c1d2dcced (diff)
ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()
Smatch reported uninitialized symbol warnings in ntfs_ea_set_wsl_inode() and __ntfs_create(). In ntfs_ea_set_wsl_inode(), the err variable could be returned without initialization if no flags are set and rdev is zero. Additionally, ea_size might remain uninitialized from the caller's perspective if no EA operations are performed. While these cases might not be triggered under current logic, we initialize them to zero to satisfy the static checker. Reported-by: Dan Carpenter <error27@gmail.com> Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions