]> 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>
Thu, 30 May 2024 07:48:44 +0000 (09:48 +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 cef5467fd92833aec6fb0bce3879826c2a627a09..4643b06b1550f786fc65aa97dfe74d382329c821 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))