commit | 0e378df15cd87f540f1ba9503e4aa039e1c72741 | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Mon May 19 20:55:27 2014 -0700 |
committer | Chris Mason <clm@fb.com> | Mon Jun 09 17:20:56 2014 -0700 |
tree | 700aee195982d5795f02bdda3038e28c7910484d | |
parent | d4452bc526c431a882cc6ba854619e166cb7dfe4 [diff] |
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 <clm@fb.com>