btrfs: rename btrfs_print_info to btrfs_print_mod_info
So that it indicates what it does. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
3c1d84b71e
commit
8ae1af3cd1
1 changed files with 2 additions and 2 deletions
|
@ -2291,7 +2291,7 @@ static void btrfs_interface_exit(void)
|
|||
misc_deregister(&btrfs_misc);
|
||||
}
|
||||
|
||||
static void btrfs_print_info(void)
|
||||
static void btrfs_print_mod_info(void)
|
||||
{
|
||||
printk(KERN_INFO "Btrfs loaded"
|
||||
#ifdef CONFIG_BTRFS_DEBUG
|
||||
|
@ -2393,7 +2393,7 @@ static int __init init_btrfs_fs(void)
|
|||
|
||||
btrfs_init_lockdep();
|
||||
|
||||
btrfs_print_info();
|
||||
btrfs_print_mod_info();
|
||||
|
||||
err = btrfs_run_sanity_tests();
|
||||
if (err)
|
||||
|
|
Loading…
Reference in a new issue