GFS2: global conversion to pr_foo()
[deliverable/linux.git] / fs / gfs2 / quota.c
index a5cccf694e3f3b6e42255662f275977d797b6cab..6e25ee490e3b447b7db451f711d474413ce012b0 100644 (file)
@@ -1081,7 +1081,7 @@ static int print_message(struct gfs2_quota_data *qd, char *type)
 {
        struct gfs2_sbd *sdp = qd->qd_gl->gl_sbd;
 
-       printk(KERN_INFO "GFS2: fsid=%s: quota %s for %s %u\n",
+       pr_info("GFS2: fsid=%s: quota %s for %s %u\n",
               sdp->sd_fsname, type,
               (qd->qd_id.type == USRQUOTA) ? "user" : "group",
               from_kqid(&init_user_ns, qd->qd_id));
This page took 0.025386 seconds and 5 git commands to generate.