]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: fix ignoring unreachable code warnings
authorHyunchul Lee <hyc.lee@gmail.com>
Fri, 13 Mar 2026 00:47:01 +0000 (09:47 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 16 Mar 2026 11:27:52 +0000 (20:27 +0900)
commit77f58db7391e227f8ff6ef5d83966347d759daed
tree0c71c9c7331df7ecc4d159d7756e138a27f9c3b7
parent068a35fd7293c20ba35cc3f19ce981c038cc9328
ntfs: fix ignoring unreachable code warnings

Detected by Smatch.

inode.c:1796 load_attribute_list_mount() warn:
  ignoring unreachable code.

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