]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: fix pointer/integer casting warnings
authorHyunchul Lee <hyc.lee@gmail.com>
Mon, 9 Mar 2026 23:48:29 +0000 (08:48 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Tue, 10 Mar 2026 08:46:14 +0000 (17:46 +0900)
commitd7bf74c94f11dedde59a16d9c94e6c1aec32e1f5
tree92b33c8d7507d88e333625cea4d4567353d997c1
parente7d82353986c7267fbd03d7385829cc763807b55
ntfs: fix pointer/integer casting warnings

Use uintptr_t for both conversion paths to fix the warnings.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/namei.c