diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-05-18 13:28:27 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-05-18 13:28:27 -0400 |
commit | de428b63b16f9c74a24228a517713e8c65f79475 (patch) | |
tree | 0bb56423173f59e6237cf0cbc8052f72fb997347 /fs/btrfs/ctree.h | |
parent | 098f59c2512426926722a96f82af127bd91fb5e4 (diff) |
Btrfs: allocator optimizations, truncate readahead
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index d8caeba5d758..5830b4333d83 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1081,7 +1081,7 @@ static inline void btrfs_mark_buffer_dirty(struct buffer_head *bh) | |||
1081 | struct btrfs_block_group_cache *btrfs_find_block_group(struct btrfs_root *root, | 1081 | struct btrfs_block_group_cache *btrfs_find_block_group(struct btrfs_root *root, |
1082 | struct btrfs_block_group_cache | 1082 | struct btrfs_block_group_cache |
1083 | *hint, u64 search_start, | 1083 | *hint, u64 search_start, |
1084 | int data); | 1084 | int data, int owner); |
1085 | int btrfs_inc_root_ref(struct btrfs_trans_handle *trans, | 1085 | int btrfs_inc_root_ref(struct btrfs_trans_handle *trans, |
1086 | struct btrfs_root *root); | 1086 | struct btrfs_root *root); |
1087 | struct buffer_head *btrfs_alloc_free_block(struct btrfs_trans_handle *trans, | 1087 | struct buffer_head *btrfs_alloc_free_block(struct btrfs_trans_handle *trans, |