aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/jbd2/transaction.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c
index 2bcb43d770a0..3b2e617baab6 100644
--- a/fs/jbd2/transaction.c
+++ b/fs/jbd2/transaction.c
@@ -947,8 +947,7 @@ repeat:
947 __func__); 947 __func__);
948 JBUFFER_TRACE(jh, "oom!"); 948 JBUFFER_TRACE(jh, "oom!");
949 error = -ENOMEM; 949 error = -ENOMEM;
950 jbd_lock_bh_state(bh); 950 goto out;
951 goto done;
952 } 951 }
953 goto repeat; 952 goto repeat;
954 } 953 }