Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163673
b: refs/heads/master
c: c7acb4c
h: refs/heads/master
i:
  163671: f019b03
v: v3
  • Loading branch information
Theodore Ts'o committed Sep 10, 2009
1 parent 272993b commit d73171a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 80e42468d65475e92651e62175bb7807773321d0
refs/heads/master: c7acb4c16646943180bd221c167a077e0a084f9c
4 changes: 2 additions & 2 deletions trunk/fs/ext4/ext4_jbd2.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int __ext4_journal_forget(const char *where, handle_t *handle,
handle, err);
}
else
brelse(bh);
bforget(bh);
return err;
}

Expand All @@ -60,7 +60,7 @@ int __ext4_journal_revoke(const char *where, handle_t *handle,
handle, err);
}
else
brelse(bh);
bforget(bh);
return err;
}

Expand Down

0 comments on commit d73171a

Please sign in to comment.