btrfs: don't print the crc32c implementation at module load time
authorChristoph Hellwig <hch@lst.de>
Wed, 5 Apr 2023 05:49:04 +0000 (07:49 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Apr 2023 16:01:22 +0000 (18:01 +0200)
commit6e7a367e1abed5f6a73970f5342c747379197eda
tree689ff4c5e4c0dbe47709186e10b1f3d61687c885
parente6b430f817ca7c44a083deab8c54ab8d56e99d54
btrfs: don't print the crc32c implementation at module load time

Btrfs can use various different checksumming algorithms, and prints
the one used for a given file system at mount time.  Don't bother
printing the crc32c implementation at module load time, the information
is available in /sys/fs/btrfs/FSID/checksum.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c