]> Pileus Git - ~andy/linux/blobdiff - fs/jbd/transaction.c
Linux 3.14
[~andy/linux] / fs / jbd / transaction.c
index aa603e017d22f3a1ef75dd0839a399653db8800a..1695ba8334a2a640ad21dfb0030eb0c63c0d2e61 100644 (file)
@@ -675,7 +675,7 @@ repeat:
                                        jbd_alloc(jh2bh(jh)->b_size,
                                                         GFP_NOFS);
                                if (!frozen_buffer) {
-                                       printk(KERN_EMERG
+                                       printk(KERN_ERR
                                               "%s: OOM for frozen_buffer\n",
                                               __func__);
                                        JBUFFER_TRACE(jh, "oom!");
@@ -898,7 +898,7 @@ repeat:
        if (!jh->b_committed_data) {
                committed_data = jbd_alloc(jh2bh(jh)->b_size, GFP_NOFS);
                if (!committed_data) {
-                       printk(KERN_EMERG "%s: No memory for committed data\n",
+                       printk(KERN_ERR "%s: No memory for committed data\n",
                                __func__);
                        err = -ENOMEM;
                        goto out;