Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130525
b: refs/heads/master
c: 08ec8c3
h: refs/heads/master
i:
  130523: 32ef2c6
v: v3
  • Loading branch information
Theodore Ts'o committed Jan 16, 2009
1 parent 223e322 commit 30f1c54
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a21102b55c4f8dfd3adb4a15a34cd62237b46039
refs/heads/master: 08ec8c3878cea0bf91f2ba3c0badf44b383752d0
3 changes: 2 additions & 1 deletion trunk/include/linux/jbd2.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ void buffer_assertion_failure(struct buffer_head *bh);
int val = (expr); \
if (!val) { \
printk(KERN_ERR \
"EXT3-fs unexpected failure: %s;\n",# expr); \
"JBD2 unexpected failure: %s: %s;\n", \
__func__, #expr); \
printk(KERN_ERR why "\n"); \
} \
val; \
Expand Down

0 comments on commit 30f1c54

Please sign in to comment.