Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89598
b: refs/heads/master
c: b1f3550
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mark Fasheh committed Apr 18, 2008
1 parent 81aa22f commit 91b851f
Show file tree
Hide file tree
Showing 3 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: c9ec14884d69a303eef4faae42bd3c4e25b19941
refs/heads/master: b1f3550fa1471b691ad6c2f35b5b22e93eaa5855
3 changes: 1 addition & 2 deletions trunk/fs/ocfs2/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,7 @@ static void ocfs2_rotate_leaf(struct ocfs2_extent_list *el,
BUG_ON(!next_free);

/* The tree code before us didn't allow enough room in the leaf. */
if (el->l_next_free_rec == el->l_count && !has_empty)
BUG();
BUG_ON(el->l_next_free_rec == el->l_count && !has_empty);

/*
* The easiest way to approach this is to just remove the
Expand Down
3 changes: 1 addition & 2 deletions trunk/fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,7 @@ int ocfs2_journal_load(struct ocfs2_journal *journal, int local)

mlog_entry_void();

if (!journal)
BUG();
BUG_ON(!journal);

osb = journal->j_osb;

Expand Down

0 comments on commit 91b851f

Please sign in to comment.