Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360520
b: refs/heads/master
c: df05c1b
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Monakhov authored and Theodore Ts'o committed Mar 2, 2013
1 parent 4291c0a commit 961fbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1ac6466f253ef7bd063b7877fb056afe1820841c
refs/heads/master: df05c1b85a88888b92725ef27ba70086f38fb083
2 changes: 1 addition & 1 deletion trunk/fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ handle_t *jbd2__journal_start(journal_t *journal, int nblocks, gfp_t gfp_mask,
if (err < 0) {
jbd2_free_handle(handle);
current->journal_info = NULL;
handle = ERR_PTR(err);
return ERR_PTR(err);
}
handle->h_type = type;
handle->h_line_no = line_no;
Expand Down

0 comments on commit 961fbd3

Please sign in to comment.