Skip to content
Commit 40f76580 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: split up __extent_writepage to lower stack usage



__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: default avatarChris Mason <clm@fb.com>
parent fc4adbff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment