|
@@ -2303,7 +2303,7 @@ static void btrfs_interface_exit(void)
|
|
|
|
|
|
static void btrfs_print_mod_info(void)
|
|
|
{
|
|
|
- printk(KERN_INFO "Btrfs loaded"
|
|
|
+ printk(KERN_INFO "Btrfs loaded, crc32c=%s"
|
|
|
#ifdef CONFIG_BTRFS_DEBUG
|
|
|
", debug=on"
|
|
|
#endif
|
|
@@ -2313,7 +2313,8 @@ static void btrfs_print_mod_info(void)
|
|
|
#ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY
|
|
|
", integrity-checker=on"
|
|
|
#endif
|
|
|
- "\n");
|
|
|
+ "\n",
|
|
|
+ btrfs_crc32c_impl());
|
|
|
}
|
|
|
|
|
|
static int btrfs_run_sanity_tests(void)
|