mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-11 11:55:28 +02:00
fs/ntfs3: Remove max link count info display during driver init
commit a8948b5450
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>
This commit is contained in:
parent
a8799662fe
commit
df1f6ed23b
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user