Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anand Jain and committed by
David Sterba
8ae1af3c 3c1d84b7

+2 -2
+2 -2
fs/btrfs/super.c
··· 2291 2291 misc_deregister(&btrfs_misc); 2292 2292 } 2293 2293 2294 - static void btrfs_print_info(void) 2294 + static void btrfs_print_mod_info(void) 2295 2295 { 2296 2296 printk(KERN_INFO "Btrfs loaded" 2297 2297 #ifdef CONFIG_BTRFS_DEBUG ··· 2393 2393 2394 2394 btrfs_init_lockdep(); 2395 2395 2396 - btrfs_print_info(); 2396 + btrfs_print_mod_info(); 2397 2397 2398 2398 err = btrfs_run_sanity_tests(); 2399 2399 if (err)