commit | 36ade451a5d736e61ac8302b64aacc5acb5e440f | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Jan 28 09:30:52 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 28 09:30:52 2013 -0500 |
tree | 4aab84ece1d56dac8fbd70377eb783ea138f35b1 | |
parent | 8bad6fc813a3a5300f51369c39d315679fd88c72 [diff] |
ext4: Always use ext4_bio_write_page() for writeout Currently we sometimes used block_write_full_page() and sometimes ext4_bio_write_page() for writeback (depending on mount options and call path). Let's always use ext4_bio_write_page() to simplify things a bit. Reviewed-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>