Bug 219123
Summary: | NTFS3 "Correct links count" excessive logging | ||
---|---|---|---|
Product: | File System | Reporter: | Artem S. Tashkinov (aros) |
Component: | Other | Assignee: | fs_other |
Status: | NEW --- | ||
Severity: | high | CC: | almaz.alexandrovich |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Artem S. Tashkinov
2024-08-04 12:40:30 UTC
6.10.5, still not fixed: [ 349.164324] ntfs3: nvme0n1p3: ino=3640e, Correct links count -> 2. [ 349.165679] ntfs3: nvme0n1p3: ino=4df08, Correct links count -> 2. [ 349.165774] ntfs3: nvme0n1p3: ino=4df09, Correct links count -> 2. [ 349.166885] ntfs3: nvme0n1p3: ino=3d7a7, Correct links count -> 2. [ 349.167402] ntfs3: nvme0n1p3: ino=4dd32, Correct links count -> 2. [ 349.172777] ntfs3: nvme0n1p3: ino=48cd8, Correct links count -> 2. [ 349.174086] ntfs3: nvme0n1p3: ino=37d95, Correct links count -> 2. [ 349.179436] ntfs3: nvme0n1p3: ino=4bd89, Correct links count -> 2. [ 349.180013] ntfs3: nvme0n1p3: ino=4c55b, Correct links count -> 2. [ 349.181104] ntfs3: nvme0n1p3: ino=3b07c, Correct links count -> 2. [ 366.905986] ntfs3: 152 callbacks suppressed [ 366.905992] ntfs3: nvme0n1p3: ino=4ec78, Correct links count -> 2. [ 366.913658] ntfs3: nvme0n1p3: ino=437b4, Correct links count -> 2. [ 366.915721] ntfs3: nvme0n1p3: ino=4c90e, Correct links count -> 2. [ 366.917454] ntfs3: nvme0n1p3: ino=4e317, Correct links count -> 2. [ 366.920051] ntfs3: nvme0n1p3: ino=4eca8, Correct links count -> 2. The disk has been double checked with chkdsk and no errors were found. I've just gone ahead and commented out: ntfs_inode_warn(inode, "Correct links count -> %u.", names); in fs/ntfs3/inode.c I first reported the issue on 3/27/24 and it's still unresolved. Sigh. This is not fixed in 6.11 either. Could you please DROP/STOP logging this stuff? This is a NTFS driver error, not the filesystem error. |