From: Chris Mason Date: Fri, 18 Sep 2009 20:07:03 +0000 (-0400) Subject: Btrfs: search for an allocation hint while filling file COW X-Git-Tag: v2.6.32-rc1~57^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b917b7c3be50435fa8257591b964934e917f2d45;p=pandora-kernel.git Btrfs: search for an allocation hint while filling file COW The allocator has some nice knobs for sending hints about where to try and allocate new blocks, but when we're doing file allocations we're not sending any hint at all. This commit adds a simple extent map search to see if we can quickly and easily find a hint for the allocator. Signed-off-by: Chris Mason --- Reading git-diff-tree failed