btrfs: don't print 'flagging with big metadata' anymore on mount
authorNikolay Borisov <nborisov@suse.com>
Thu, 23 Jun 2022 07:57:52 +0000 (10:57 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:39 +0000 (17:45 +0200)
Added in commit 727011e07cbd ("Btrfs: allow metadata blocks larger than
the page size") in 2010 and it's been default for mkfs since 3.12
(2013).  The message doesn't really convey any useful information to
users. Remove it.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c

index e12fd3abd689b3bcb856506567f33f440f5e0aab..b3bfd905c6548ff39d2f7d9d77fc2e400493813f 100644 (file)
@@ -3528,12 +3528,8 @@ int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_device
         * Flag our filesystem as having big metadata blocks if they are bigger
         * than the page size.
         */
-       if (btrfs_super_nodesize(disk_super) > PAGE_SIZE) {
-               if (!(features & BTRFS_FEATURE_INCOMPAT_BIG_METADATA))
-                       btrfs_info(fs_info,
-                               "flagging fs with big metadata feature");
+       if (btrfs_super_nodesize(disk_super) > PAGE_SIZE)
                features |= BTRFS_FEATURE_INCOMPAT_BIG_METADATA;
-       }
 
        /*
         * mixed block groups end up with duplicate but slightly offset