Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8401
b: refs/heads/master
c: ea0e0a4
h: refs/heads/master
i:
  8399: 60a11a1
v: v3
  • Loading branch information
James Lamanna authored and Linus Torvalds committed Sep 10, 2005
1 parent fc7cf9b commit f9e521e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2aad5f03d97bbaf1b19f31347656de953247c7da
refs/heads/master: ea0e0a4f53a75ed9d0812352c0410f6fc2a0b62a
3 changes: 1 addition & 2 deletions trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1934,8 +1934,7 @@ static int reiserfs_fill_super(struct super_block *s, void *data, int silent)
if (SB_AP_BITMAP(s))
brelse(SB_AP_BITMAP(s)[j].bh);
}
if (SB_AP_BITMAP(s))
vfree(SB_AP_BITMAP(s));
vfree(SB_AP_BITMAP(s));
}
if (SB_BUFFER_WITH_SB(s))
brelse(SB_BUFFER_WITH_SB(s));
Expand Down

0 comments on commit f9e521e

Please sign in to comment.