Skip to content

Commit

Permalink
Btrfs: split up __extent_writepage to lower stack usage
Browse files Browse the repository at this point in the history
__extent_writepage has two unrelated parts.  First it does the delayed
allocation dance and second it does the mapping and IO for the page
we're actually writing.

This splits it up into those two parts so the stack from one doesn't
impact the stack from the other.

Signed-off-by: Chris Mason <clm@fb.com>
  • Loading branch information
masoncl committed Jun 10, 2014
1 parent fc4adbf commit 40f7658
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 138 deletions.
Loading

0 comments on commit 40f7658

Please sign in to comment.