Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71402
b: refs/heads/master
c: 8e186e4
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Oct 19, 2007
1 parent fa86f18 commit 90395ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: 7598392894f6455cf2114f29a98a0289df788056
refs/heads/master: 8e186e454e871678c01b7eec4da5865111076095
10 changes: 4 additions & 6 deletions trunk/fs/reiserfs/prints.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,11 @@ extern struct tree_balance *cur_tb;
void reiserfs_panic(struct super_block *sb, const char *fmt, ...)
{
do_reiserfs_warning(fmt);
printk(KERN_EMERG "REISERFS: panic (device %s): %s\n",
reiserfs_bdevname(sb), error_buf);
BUG();

/* this is not actually called, but makes reiserfs_panic() "noreturn" */
panic("REISERFS: panic (device %s): %s\n",
reiserfs_bdevname(sb), error_buf);
dump_stack();

panic(KERN_EMERG "REISERFS: panic (device %s): %s\n",
reiserfs_bdevname(sb), error_buf);
}

void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...)
Expand Down

0 comments on commit 90395ed

Please sign in to comment.