btrfs: don't print 'has skinny extents' anymore on mount
authorNikolay Borisov <nborisov@suse.com>
Thu, 23 Jun 2022 08:08:58 +0000 (11:08 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:39 +0000 (17:45 +0200)
Skinny extents have been a default mkfs feature since version 3.18 i
(introduced in btrfs-progs commit 6715de04d9a7 ("btrfs-progs: mkfs:
make skinny-metadata default") ). It really doesn't bring any value to
users to simply 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 b3bfd90..ae7fc4e 100644 (file)
@@ -3521,9 +3521,6 @@ int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_device
        else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD)
                features |= BTRFS_FEATURE_INCOMPAT_COMPRESS_ZSTD;
 
-       if (features & BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA)
-               btrfs_info(fs_info, "has skinny extents");
-
        /*
         * Flag our filesystem as having big metadata blocks if they are bigger
         * than the page size.