summaryrefslogtreecommitdiff
path: root/virt/kvm
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-06-04 22:44:36 +0400
committerTheodore Ts'o <tytso@mit.edu>2013-06-04 22:44:36 +0400
commitc724585b62411f7abdea5b1054b9f1e1e7c964be (patch)
tree9221ab1390c4d5f47d7eb62fce49b6beb1b82e81 /virt/kvm
parent38b8ff7db4d99ebfabaee81b8747877424d1cf28 (diff)
downloadlinux-c724585b62411f7abdea5b1054b9f1e1e7c964be.tar.xz
ext4: don't wait for extent conversion in ext4_punch_hole()
We don't have to wait for extent conversion in ext4_punch_hole() as buffered IO for the punched range has been flushed and waited upon (thus all extent conversions for that range have completed). Also we wait for all DIO to finish using inode_dio_wait() so there cannot be any extent conversions pending due to direct IO. Also remove ext4_flush_unwritten_io() since it's unused now. 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 'virt/kvm')
0 files changed, 0 insertions, 0 deletions