Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309972
b: refs/heads/master
c: b2f4edb
h: refs/heads/master
v: v3
  • Loading branch information
Wanlong Gao authored and Theodore Ts'o committed Jun 1, 2012
1 parent 027bf71 commit fb962c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 95599968d19db175829fb580baa6b68939b320fb
refs/heads/master: b2f4edb335f23626225a792e0669d1becf68312f
4 changes: 2 additions & 2 deletions trunk/fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ static int start_this_handle(journal_t *journal, handle_t *handle,

alloc_transaction:
if (!journal->j_running_transaction) {
new_transaction = kmem_cache_alloc(transaction_cache,
gfp_mask | __GFP_ZERO);
new_transaction = kmem_cache_zalloc(transaction_cache,
gfp_mask);
if (!new_transaction) {
/*
* If __GFP_FS is not present, then we may be
Expand Down

0 comments on commit fb962c5

Please sign in to comment.