search for: 433cf4043126

Displaying 1 result from an estimated 1 matches for "433cf4043126".

2007 Nov 12
0
[PATCH]Minor fix for find_search_start
...'find_search_start' should skip calling 'btrfs_find_block_group' when 'find_free_extent' is in full scan phrase. In my test on a 2GB volume, Oops occurs when space usage is about 76%. After apply the patch, Oops occurs when space usage is near 100%. Regards YZ ---- diff -r 433cf4043126 extent-tree.c --- a/extent-tree.c Sun Nov 11 08:22:00 2007 -0500 +++ b/extent-tree.c Mon Nov 12 18:44:36 2007 +0800 @@ -161,7 +161,8 @@ struct btrfs_block_group_cache *btrfs_lo static u64 find_search_start(struct btrfs_root *root, struct btrfs_block_group_cache **cache_ret, - u64...