mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-23 05:16:55 +00:00
Each utility that starts from main() (and is considered commonly used) should init fastest checksum implementation and set up config. This was properly done only in btrfs.c, fix it in btrfs-image, btrfs-convert and btrfstune as all of them do a lot of checksum calculations. Other standalone utilities do not need to do that. - cpu_detect_flags(); - hash_init_accel(); - btrfs_config_init(); Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
change-csum.c | ||
change-metadata-uuid.c | ||
change-uuid.c | ||
convert-bgt.c | ||
main.c | ||
quota.c | ||
seeding.c | ||
tune.h |