commit | d4452bc526c431a882cc6ba854619e166cb7dfe4 | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Mon May 19 20:47:56 2014 -0700 |
committer | Chris Mason <clm@fb.com> | Mon Jun 09 17:20:55 2014 -0700 |
tree | 4cf699991791873af81041f3b40faca3d8155d8c | |
parent | 2a10840945a86dfa2356bce526ae78cd4c1a356e [diff] |
Btrfs: break up __btrfs_write_out_cache to cut down stack usage __btrfs_write_out_cache was one of our stack pigs. This breaks it up into helper functions and slims it down to 194 bytes. Signed-off-by: Chris Mason <clm@fb.com>