Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260313
b: refs/heads/master
c: 0571308
h: refs/heads/master
i:
  260311: a80823c
v: v3
  • Loading branch information
Jan Kara committed Jun 25, 2011
1 parent fcc5d72 commit ebe3f12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40680f2fa4670ab35ee554822a69dda1a118f966
refs/heads/master: 05713082ab7690a2b22b044cfc867f346c39cd2d
8 changes: 4 additions & 4 deletions trunk/fs/jbd/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/hrtimer.h>
#include <linux/backing-dev.h>

static void __journal_temp_unlink_buffer(struct journal_head *jh);

Expand Down Expand Up @@ -99,11 +100,10 @@ static int start_this_handle(journal_t *journal, handle_t *handle)

alloc_transaction:
if (!journal->j_running_transaction) {
new_transaction = kzalloc(sizeof(*new_transaction),
GFP_NOFS|__GFP_NOFAIL);
new_transaction = kzalloc(sizeof(*new_transaction), GFP_NOFS);
if (!new_transaction) {
ret = -ENOMEM;
goto out;
congestion_wait(BLK_RW_ASYNC, HZ/50);
goto alloc_transaction;
}
}

Expand Down

0 comments on commit ebe3f12

Please sign in to comment.