Re: [syzbot] check

From: syzbot
Date: Wed Sep 04 2024 - 10:21:33 EST


For archival purposes, forwarding an incoming command email to
linux-kernel@xxxxxxxxxxxxxxx, syzkaller-bugs@xxxxxxxxxxxxxxxx.

***

Subject: check
Author: almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx

#syz test: https://github.com/Paragon-Software-Group/linux-ntfs3.git master

diff --git a/fs/ntfs3/super.c b/fs/ntfs3/super.c
index 128d49512f5d..a5df8f4c0150 100644
--- a/fs/ntfs3/super.c
+++ b/fs/ntfs3/super.c
@@ -1472,7 +1472,7 @@ static int ntfs_fill_super(struct super_block *sb,
struct fs_context *fc)
     inode = ntfs_iget5(sb, &ref, &NAME_UPCASE);
     if (IS_ERR(inode)) {
         err = PTR_ERR(inode);
-        ntfs_err(sb, "Failed to load $UpCase (%d).", err);
+        ntfs_err(sb, "Failed to load UpCase (%d).", err);
         goto out;
     }