fs/ntfs3: Remove max link count info display during driver init
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 3 Apr 2024 07:08:04 +0000 (10:08 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 23 Apr 2024 06:34:22 +0000 (09:34 +0300)
Removes the output of this purely informational message from the
kernel buffer:

"ntfs3: Max link count 4000"

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Cc: stable@vger.kernel.org
fs/ntfs3/super.c

index 9df7c20d066f6125dda2406a0481e4eab300bb80..ac472201114032f052754256e80dda3e3e23e6d5 100644 (file)
@@ -1804,8 +1804,6 @@ static int __init init_ntfs_fs(void)
 {
        int err;
 
-       pr_info("ntfs3: Max link count %u\n", NTFS_LINK_MAX);
-
        if (IS_ENABLED(CONFIG_NTFS3_FS_POSIX_ACL))
                pr_info("ntfs3: Enabled Linux POSIX ACLs support\n");
        if (IS_ENABLED(CONFIG_NTFS3_64BIT_CLUSTER))