From: Chris Mason Date: Fri, 18 May 2007 17:28:27 +0000 (-0400) Subject: Btrfs: allocator optimizations, truncate readahead X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~565 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de428b63b16f9c74a24228a517713e8c65f79475;p=pandora-kernel.git Btrfs: allocator optimizations, truncate readahead Signed-off-by: Chris Mason --- 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) struct btrfs_block_group_cache *btrfs_find_block_group(struct btrfs_root *root, struct btrfs_block_group_cache *hint, u64 search_start, - int data); + int data, int owner); int btrfs_inc_root_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root); struct buffer_head *btrfs_alloc_free_block(struct btrfs_trans_handle *trans, Reading git-diff-tree failed