From: Chris Mason Date: Fri, 13 Mar 2009 00:12:45 +0000 (-0400) Subject: Btrfs: reduce stack in cow_file_range X-Git-Tag: v2.6.30-rc1~417^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f366cfecfc126731f8ac505d72026d691dac79a;p=pandora-kernel.git Btrfs: reduce stack in cow_file_range The fs/btrfs/inode.c code to run delayed allocation during writout needed some stack usage optimization. This is the first pass, it does the check for compression earlier on, which allows us to do the common (no compression) case higher up in the call chain. Signed-off-by: Chris Mason --- Reading git-diff-tree failed