Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273163
b: refs/heads/master
c: 4470575
h: refs/heads/master
i:
  273161: 5bf5a72
  273159: 61659c3
v: v3
  • Loading branch information
Randy Dunlap authored and Theodore Ts'o committed Oct 27, 2011
1 parent 148d9c4 commit 77bc0f6
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: b3ff05690845911cc40387176f0bc5a7af9ef3ff
refs/heads/master: 44705754610dbc63503bc7679ff9d9f84978a76f
4 changes: 2 additions & 2 deletions trunk/fs/jbd2/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/highmem.h>
#include <linux/hrtimer.h>
#include <linux/backing-dev.h>
#include <linux/bug.h>
#include <linux/module.h>

static void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh);
Expand Down Expand Up @@ -1171,8 +1172,7 @@ int jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh)
jbd_unlock_bh_state(bh);
out:
JBUFFER_TRACE(jh, "exit");
if (ret)
__WARN(); /* All errors are bugs, so dump the stack */
WARN_ON(ret); /* All errors are bugs, so dump the stack */
return ret;
}

Expand Down

0 comments on commit 77bc0f6

Please sign in to comment.