]> git.ipfire.org Git - thirdparty/linux.git/commit
ntfs: use ->mft_no instead of ->i_ino in prints
authorNamjae Jeon <linkinjeon@kernel.org>
Thu, 5 Mar 2026 01:46:42 +0000 (10:46 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Fri, 6 Mar 2026 13:08:42 +0000 (22:08 +0900)
commite7d82353986c7267fbd03d7385829cc763807b55
tree4deb08ae3347a325b587384e6bdf477d2de50cfb
parentd9038d99fb5c623f43bcd8b726bfbbe8562648c2
ntfs: use ->mft_no instead of ->i_ino in prints

This improves log accuracy for NTFS debugging and removes unnecessary
reliance on the VFS i_ino field ahead of the core VFS type change.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/attrib.c
fs/ntfs/bitmap.c
fs/ntfs/dir.c
fs/ntfs/file.c
fs/ntfs/inode.c
fs/ntfs/mft.c
fs/ntfs/namei.c