From: Chris Mason Date: Fri, 13 Mar 2009 14:04:31 +0000 (-0400) Subject: Btrfs: reduce stack usage in some crucial tree balancing functions X-Git-Tag: v2.6.30-rc1~417^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44871b1b24b593996db43495cf4484cc580bdc10;p=pandora-kernel.git Btrfs: reduce stack usage in some crucial tree balancing functions Many of the tree balancing functions follow the same pattern. 1) cow a block 2) do something to the result This commit breaks them up into two functions so the variables and code required for part two don't suck down stack during part one. Signed-off-by: Chris Mason --- Reading git-diff-tree failed