]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: remove ext4_ioend_wait()
authorJan Kara <jack@suse.cz>
Tue, 4 Jun 2013 18:46:12 +0000 (14:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jun 2013 18:46:12 +0000 (14:46 -0400)
commit74039f20b5e2fdea658add9b95a0d075420b95dc
tree1d505a49148313179dbddcbce110caee9ab0569a
parent0a590a2a2d7f3f44e762595206c91368e4453f03
ext4: remove ext4_ioend_wait()

Now that we clear PageWriteback after extent conversion, there's no
need to wait for io_end processing in ext4_evict_inode().  Running
AIO/DIO keeps file reference until aio_complete() is called so
ext4_evict_inode() cannot be called.  For io_end structures resulting
from buffered IO waiting is happening because we wait for
PageWriteback in truncate_inode_pages().

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>
fs/ext4/ext4.h
fs/ext4/inode.c
fs/ext4/page-io.c