Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273072
b: refs/heads/master
c: 6e3d6ca
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jan Kara committed Aug 17, 2011
1 parent f3d1e03 commit 305a7d0
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: 1cde201da4e97f10a5dd2434cff4ceff381603d1
refs/heads/master: 6e3d6ca0bf91bcce0453fff9b597154ff6bb9731
2 changes: 1 addition & 1 deletion trunk/fs/ext2/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ static inline int rsv_is_empty(struct ext2_reserve_window *rsv)
void ext2_init_block_alloc_info(struct inode *inode)
{
struct ext2_inode_info *ei = EXT2_I(inode);
struct ext2_block_alloc_info *block_i = ei->i_block_alloc_info;
struct ext2_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 305a7d0

Please sign in to comment.