]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:39:13 +0000 (13:39 +0200)
commit a8948b5450e7c65a3a34ebf4ccfcebc19335d4fb upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ntfs3/super.c

index fbaf1c84311be83ab1d59084713ce2bbb67887c7..0a71075042bbb83a5f49f3841d5e8aecd3c9fe2c 100644 (file)
@@ -1448,8 +1448,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))