Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63904
b: refs/heads/master
c: 6a18380
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mark Fasheh committed Aug 10, 2007
1 parent 8056f58 commit 783c914
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 5a25403175b8a945e93fc9c64ae9cf54f5730add
refs/heads/master: 6a18380e7ddd7d1a0493efe3be6475dd92323364
4 changes: 0 additions & 4 deletions trunk/fs/ocfs2/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,6 @@ int ocfs2_insert_extent(struct ocfs2_super *osb,
{
int status;
struct buffer_head *last_eb_bh = NULL;
struct buffer_head *bh = NULL;
struct ocfs2_insert_type insert = {0, };
struct ocfs2_extent_rec rec;

Expand Down Expand Up @@ -3783,9 +3782,6 @@ int ocfs2_insert_extent(struct ocfs2_super *osb,
ocfs2_extent_map_insert_rec(inode, &rec);

bail:
if (bh)
brelse(bh);

if (last_eb_bh)
brelse(last_eb_bh);

Expand Down

0 comments on commit 783c914

Please sign in to comment.