From 68d250bd6352a2fc3bd4062471fb86aa8bd42a92 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Thu, 4 Aug 2011 12:29:31 +0200 Subject: [PATCH] --- yaml --- r: 273073 b: refs/heads/master c: 46130222df8567ffde773216044c7611a1e71d51 h: refs/heads/master i: 273071: f3d1e035291fc4026e48a2f75bd4fe6165353b42 v: v3 --- [refs] | 2 +- trunk/fs/ext3/balloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a47f43794fff..ee85e36b4bd0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6e3d6ca0bf91bcce0453fff9b597154ff6bb9731 +refs/heads/master: 46130222df8567ffde773216044c7611a1e71d51 diff --git a/trunk/fs/ext3/balloc.c b/trunk/fs/ext3/balloc.c index 6386d76f44a7..caedc00520ed 100644 --- a/trunk/fs/ext3/balloc.c +++ b/trunk/fs/ext3/balloc.c @@ -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);