summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2026-05-15 11:09:50 +0200
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2026-06-02 17:02:38 +0200
commit1bf15dd17385e3730521d17e9e158c475cd7474b (patch)
treedd91d8b3e34518512b742d7c0463a88808a3fba4 /include/linux/debugobjects.h
parent70d3855594cf6e8791970714b65cac3202d6160e (diff)
ntfs3: avoid another -Wmaybe-uninitialized warning
The ntfs3 specific -Wmaybe-uninitialized flag found one more false-postive, this time with gcc-10 on s390: fs/ntfs3/frecord.c: In function 'ni_expand_list': fs/ntfs3/frecord.c:1370:16: error: 'ins_attr' may be used uninitialized in this function [-Werror=maybe-uninitialized] Add an explicit NULL pointer check before using the pointer, and initialize it to NULL. Fixes: 48d9b57b169f ("fs/ntfs3: add a subset of W=1 warnings for stricter checks") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions