Skip to content
Commit 3ecdb3a1 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: inline walk_page_buffers() into mpage_da_submit_io



Expand the call:

  if (walk_page_buffers(NULL, page_bufs, 0, len, NULL,
                        ext4_bh_delay_or_unwritten))
	goto redirty_page

into mpage_da_submit_io().

This will allow us to merge in mpage_put_bnr_to_bhs() in the next
patch.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent cb20d518
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