Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273073
b: refs/heads/master
c: 4613022
h: refs/heads/master
i:
  273071: f3d1e03
v: v3
  • Loading branch information
Julia Lawall authored and Jan Kara committed Aug 17, 2011
1 parent 305a7d0 commit 68d250b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6e3d6ca0bf91bcce0453fff9b597154ff6bb9731
refs/heads/master: 46130222df8567ffde773216044c7611a1e71d51
2 changes: 1 addition & 1 deletion trunk/fs/ext3/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ static inline int rsv_is_empty(struct ext3_reserve_window *rsv)
void ext3_init_block_alloc_info(struct inode *inode)
{
struct ext3_inode_info *ei = EXT3_I(inode);
struct ext3_block_alloc_info *block_i = ei->i_block_alloc_info;
struct ext3_block_alloc_info *block_i;
struct super_block *sb = inode->i_sb;

block_i = kmalloc(sizeof(*block_i), GFP_NOFS);
Expand Down

0 comments on commit 68d250b

Please sign in to comment.