commit | 2943fdbc688e7a1b4d9e3bc76a8e5ba624550213 | [log] [tgz] |
---|---|---|
author | Ritesh Harjani <riteshh@linux.ibm.com> | Wed Oct 16 13:07:09 2019 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Oct 22 15:32:53 2019 -0400 |
tree | 567a74ce794df1ae6ba19af5965a00f6c4661dd3 | |
parent | a00713ea982b7f2f9880a336b03bbf70f2202cbf [diff] |
ext4: Refactor mpage_map_and_submit_buffers function This patch refactors mpage_map_and_submit_buffers to take out the page buffers processing, as a separate function. This will be required to add support for blocksize < pagesize for dioread_nolock feature. No functionality change in this patch. Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com> Link: https://lore.kernel.org/r/20191016073711.4141-4-riteshh@linux.ibm.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>