Skip to content

Commit a8948b5

Browse files
fs/ntfs3: Remove max link count info display during driver init
Removes the output of this purely informational message from the kernel buffer: "ntfs3: Max link count 4000" Signed-off-by: Konstantin Komarov <[email protected]> Cc: [email protected]
1 parent 110b24e commit a8948b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/ntfs3/super.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,8 +1804,6 @@ static int __init init_ntfs_fs(void)
18041804
{
18051805
int err;
18061806

1807-
pr_info("ntfs3: Max link count %u\n", NTFS_LINK_MAX);
1808-
18091807
if (IS_ENABLED(CONFIG_NTFS3_FS_POSIX_ACL))
18101808
pr_info("ntfs3: Enabled Linux POSIX ACLs support\n");
18111809
if (IS_ENABLED(CONFIG_NTFS3_64BIT_CLUSTER))

0 commit comments

Comments
 (0)