summaryrefslogtreecommitdiff
path: root/fs/ext4/fsync.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-06-04 22:30:00 +0400
committerTheodore Ts'o <tytso@mit.edu>2013-06-04 22:30:00 +0400
commita115f749c14ee94e8b7bdbd203a5afdb1659156b (patch)
tree6977574e331f21d2fae2247e442a1f8f23560203 /fs/ext4/fsync.c
parente83403959fddb6d90e8c5e54bbce3110d0c82165 (diff)
downloadlinux-a115f749c14ee94e8b7bdbd203a5afdb1659156b.tar.xz
ext4: remove wait for unwritten extent conversion from ext4_truncate()
Since PageWriteback bit is now cleared after extents are converted from unwritten to written ones, we have full exclusion of writeback path from truncate (truncate_inode_pages() waits for PageWriteback bits to get cleared on all invalidated pages). Exclusion from DIO path is achieved by inode_dio_wait() call in ext4_setattr(). So there's no need to wait for extent convertion in ext4_truncate() anymore. 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>
Diffstat (limited to 'fs/ext4/fsync.c')
0 files changed, 0 insertions, 0 deletions