diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-05-18 03:12:45 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-05-18 03:12:51 -0400 |
| commit | b286e21868ea1af724a7a4802da2c8e144fa70de (patch) | |
| tree | 75a3e57a00cf70aab372b5583d2b7bf7f053cbea /fs/btrfs/inode.c | |
| parent | ed077b58f6146684069975122b1728a9d248a501 (diff) | |
| parent | 1406de8e11eb043681297adf86d6892ff8efc27a (diff) | |
Merge commit 'v2.6.30-rc6' into x86/mm
Merge reason: sync up to -rc6 which has changes to mm/ which we are
going to touch in the commits to follow as well.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs/btrfs/inode.c')
| -rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 90c23eb28829..1c8b0190d031 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
| @@ -3122,6 +3122,7 @@ static noinline void init_btrfs_i(struct inode *inode) | |||
| 3122 | bi->flags = 0; | 3122 | bi->flags = 0; |
| 3123 | bi->index_cnt = (u64)-1; | 3123 | bi->index_cnt = (u64)-1; |
| 3124 | bi->last_unlink_trans = 0; | 3124 | bi->last_unlink_trans = 0; |
| 3125 | bi->ordered_data_close = 0; | ||
| 3125 | extent_map_tree_init(&BTRFS_I(inode)->extent_tree, GFP_NOFS); | 3126 | extent_map_tree_init(&BTRFS_I(inode)->extent_tree, GFP_NOFS); |
| 3126 | extent_io_tree_init(&BTRFS_I(inode)->io_tree, | 3127 | extent_io_tree_init(&BTRFS_I(inode)->io_tree, |
| 3127 | inode->i_mapping, GFP_NOFS); | 3128 | inode->i_mapping, GFP_NOFS); |
| @@ -4295,7 +4296,6 @@ out: | |||
| 4295 | } | 4296 | } |
| 4296 | if (err) { | 4297 | if (err) { |
| 4297 | free_extent_map(em); | 4298 | free_extent_map(em); |
| 4298 | WARN_ON(1); | ||
| 4299 | return ERR_PTR(err); | 4299 | return ERR_PTR(err); |
| 4300 | } | 4300 | } |
| 4301 | return em; | 4301 | return em; |
