fs/reiserfs/prints.c | 3 --- 1 files changed, 3 deletions(-) diff -puN fs/reiserfs/prints.c~reiserfs-panic-fix fs/reiserfs/prints.c --- linux-2.6.13-rc4-mm1/fs/reiserfs/prints.c~reiserfs-panic-fix 2005-08-05 13:36:09.947391212 +0400 +++ linux-2.6.13-rc4-mm1-vs/fs/reiserfs/prints.c 2005-08-05 13:36:23.346671407 +0400 @@ -359,9 +359,6 @@ void reiserfs_panic(struct super_block * 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); } _