From: Chris Mason Date: Tue, 20 May 2014 03:55:27 +0000 (-0700) Subject: Btrfs: cut down stack usage in btree_write_cache_pages X-Git-Tag: omap-for-v3.16/fixes-against-rc1~54^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e378df15cd87f540f1ba9503e4aa039e1c72741;p=pandora-kernel.git Btrfs: cut down stack usage in btree_write_cache_pages This adds noinline_for_stack to two helpers used by btree_write_cache_pages. It shaves us down from 424 bytes on the stack to 280. Signed-off-by: Chris Mason --- Reading git-diff-tree failed