aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jbd/transaction.c')
-rw-r--r--fs/jbd/transaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c
index d8dd3d915fd9..67ff2024c23c 100644
--- a/fs/jbd/transaction.c
+++ b/fs/jbd/transaction.c
@@ -687,7 +687,7 @@ repeat:
687 if (!frozen_buffer) { 687 if (!frozen_buffer) {
688 printk(KERN_EMERG 688 printk(KERN_EMERG
689 "%s: OOM for frozen_buffer\n", 689 "%s: OOM for frozen_buffer\n",
690 __FUNCTION__); 690 __func__);
691 JBUFFER_TRACE(jh, "oom!"); 691 JBUFFER_TRACE(jh, "oom!");
692 error = -ENOMEM; 692 error = -ENOMEM;
693 jbd_lock_bh_state(bh); 693 jbd_lock_bh_state(bh);
@@ -904,7 +904,7 @@ repeat:
904 committed_data = jbd_alloc(jh2bh(jh)->b_size, GFP_NOFS); 904 committed_data = jbd_alloc(jh2bh(jh)->b_size, GFP_NOFS);
905 if (!committed_data) { 905 if (!committed_data) {
906 printk(KERN_EMERG "%s: No memory for committed data\n", 906 printk(KERN_EMERG "%s: No memory for committed data\n",
907 __FUNCTION__); 907 __func__);
908 err = -ENOMEM; 908 err = -ENOMEM;
909 goto out; 909 goto out;
910 } 910 }