Searched hist:"36 ade451a5d736e61ac8302b64aacc5acb5e440f" (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ext4/ |
H A D | page-io.c | diff 36ade451a5d736e61ac8302b64aacc5acb5e440f Mon Jan 28 15:30:52 CET 2013 Jan Kara <jack@suse.cz> 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>
|
H A D | ext4.h | diff 36ade451a5d736e61ac8302b64aacc5acb5e440f Mon Jan 28 15:30:52 CET 2013 Jan Kara <jack@suse.cz> 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>
|
H A D | super.c | diff 36ade451a5d736e61ac8302b64aacc5acb5e440f Mon Jan 28 15:30:52 CET 2013 Jan Kara <jack@suse.cz> 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>
|
H A D | inode.c | diff 36ade451a5d736e61ac8302b64aacc5acb5e440f Mon Jan 28 15:30:52 CET 2013 Jan Kara <jack@suse.cz> 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>
|