]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: inline walk_page_buffers() into mpage_da_submit_io
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:10 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:10 +0000 (21:30 -0400)
commit4360fa983e410c244469f30b02a745b1835ce81c
tree9949f753917004c75ddd4549c8e9741ccdbd435e
parentb449ac27277a7652f41f4fa9a6ca7bf755d8651a
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>
fs/ext4/inode.c