Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360441
b: refs/heads/master
c: 2b8195b
h: refs/heads/master
i:
  360439: c8c423e
v: v3
  • Loading branch information
Miao Xie authored and Josef Bacik committed Feb 20, 2013
1 parent 7fda23e commit a0f0edd
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: cb95e7bf7ba481c3d35b238b1cd671b63f54238a
refs/heads/master: 2b8195bb5717729e4e94ab4ad73a543feaafb0a2
3 changes: 1 addition & 2 deletions trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2711,13 +2711,13 @@ int open_ctree(struct super_block *sb,
* kthreads
*/
filemap_write_and_wait(fs_info->btree_inode->i_mapping);
invalidate_inode_pages2(fs_info->btree_inode->i_mapping);

fail_block_groups:
btrfs_free_block_groups(fs_info);

fail_tree_roots:
free_root_pointers(fs_info, 1);
invalidate_inode_pages2(fs_info->btree_inode->i_mapping);

fail_sb_buffer:
btrfs_stop_workers(&fs_info->generic_worker);
Expand All @@ -2738,7 +2738,6 @@ int open_ctree(struct super_block *sb,
fail_iput:
btrfs_mapping_tree_free(&fs_info->mapping_tree);

invalidate_inode_pages2(fs_info->btree_inode->i_mapping);
iput(fs_info->btree_inode);
fail_delalloc_bytes:
percpu_counter_destroy(&fs_info->delalloc_bytes);
Expand Down

0 comments on commit a0f0edd

Please sign in to comment.