Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38331
b: refs/heads/master
c: 9ab5aa9
h: refs/heads/master
i:
  38329: b4a330c
  38327: 45134c2
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Oct 3, 2006
1 parent c4b93e0 commit bdcad27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 73dff8be9ea89df26bfb6a0443ad912de6e7bd00
refs/heads/master: 9ab5aa911a5b5d7c721436bce8709202b707a361
6 changes: 2 additions & 4 deletions trunk/fs/xfs/support/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ cmn_err(register int level, char *fmt, ...)
va_end(ap);
spin_unlock_irqrestore(&xfs_err_lock,flags);

if (level == CE_PANIC)
BUG();
BUG_ON(level == CE_PANIC);
}

void
Expand All @@ -72,8 +71,7 @@ icmn_err(register int level, char *fmt, va_list ap)
strcat(message, "\n");
spin_unlock_irqrestore(&xfs_err_lock,flags);
printk("%s%s", err_level[level], message);
if (level == CE_PANIC)
BUG();
BUG_ON(level == CE_PANIC);
}

void
Expand Down

0 comments on commit bdcad27

Please sign in to comment.