]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: prefer IS_ERR_OR_NULL() over manual NULL check
authorHyunchul Lee <hyc.lee@gmail.com>
Wed, 11 Mar 2026 02:13:51 +0000 (11:13 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 16 Mar 2026 11:27:42 +0000 (20:27 +0900)
commit7cf4b3c768fda4076af25d5c4bb4a6267e32d42d
tree75fd7ffcfb736fb4af736eab64813ebdcb7423dd
parente6a95c5a8066b4d6a74651f89612f13ed1a03fe6
ntfs: prefer IS_ERR_OR_NULL() over manual NULL check

Use IS_ERR_OR_NULL() instead of manual NULL and IS_ERR() checks.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/dir.c
fs/ntfs/lcnalloc.c