diff options
author | 2010-10-27 21:30:10 -0400 | |
---|---|---|
committer | 2010-10-27 21:30:10 -0400 | |
commit | 3ecdb3a193a5f224f084c04a63aa28cdccf4d7d0 (patch) | |
tree | 9949f753917004c75ddd4549c8e9741ccdbd435e /fs/ext4/migrate.c | |
parent | ext4: inline ext4_writepage() into mpage_da_submit_io() (diff) | |
download | linux-dev-3ecdb3a193a5f224f084c04a63aa28cdccf4d7d0.tar.xz linux-dev-3ecdb3a193a5f224f084c04a63aa28cdccf4d7d0.zip |
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: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/migrate.c')
0 files changed, 0 insertions, 0 deletions