From 0e378df15cd87f540f1ba9503e4aa039e1c72741 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Mon, 19 May 2014 20:55:27 -0700 Subject: [PATCH] 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-format-patch failed