]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/gfs2/main.c
Merge tag 'trace-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[karo-tx-linux.git] / fs / gfs2 / main.c
index c272e73063dede68b4e36c4a3ffc63b682a0c898..82b6ac829656985e4f38c0a6f1ca66db9a7fe395 100644 (file)
@@ -7,6 +7,8 @@
  * of the GNU General Public License version 2.
  */
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/slab.h>
 #include <linux/spinlock.h>
 #include <linux/completion.h>
@@ -165,7 +167,7 @@ static int __init init_gfs2_fs(void)
 
        gfs2_register_debugfs();
 
-       printk("GFS2 installed\n");
+       pr_info("GFS2 installed\n");
 
        return 0;