* [PATCH] btrfs: rename btrfs_print_info to btrfs_print_mod_info
@ 2016-03-10 4:49 Anand Jain
2016-03-11 16:06 ` David Sterba
0 siblings, 1 reply; 2+ messages in thread
From: Anand Jain @ 2016-03-10 4:49 UTC (permalink / raw)
To: linux-btrfs; +Cc: dsterba
So that it indicates what it does.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
fs/btrfs/super.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 29836ca..3b5b192 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -2171,7 +2171,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
@@ -2270,7 +2270,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)
--
2.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] btrfs: rename btrfs_print_info to btrfs_print_mod_info
2016-03-10 4:49 [PATCH] btrfs: rename btrfs_print_info to btrfs_print_mod_info Anand Jain
@ 2016-03-11 16:06 ` David Sterba
0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2016-03-11 16:06 UTC (permalink / raw)
To: Anand Jain; +Cc: linux-btrfs, dsterba
On Thu, Mar 10, 2016 at 12:49:14PM +0800, Anand Jain wrote:
> So that it indicates what it does.
>
> Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-11 16:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 4:49 [PATCH] btrfs: rename btrfs_print_info to btrfs_print_mod_info Anand Jain
2016-03-11 16:06 ` David Sterba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).