summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorJan Kara2017-06-23 05:49:46 +0200
committerTheodore Ts'o2017-06-23 05:49:46 +0200
commit3abb1a0fc2871f2db52199e1748a1d48a54a3427 (patch)
tree3c4d5c8e9120fe92c37f60449553055d8531ca6c /fs/ext4/ext4.h
parentext4: add nombcache mount option (diff)
downloadkernel-qcow2-linux-3abb1a0fc2871f2db52199e1748a1d48a54a3427.tar.gz
kernel-qcow2-linux-3abb1a0fc2871f2db52199e1748a1d48a54a3427.tar.xz
kernel-qcow2-linux-3abb1a0fc2871f2db52199e1748a1d48a54a3427.zip
ext4: avoid unnecessary stalls in ext4_evict_inode()
These days inode reclaim calls evict_inode() only when it has no pages in the mapping. In that case it is not necessary to wait for transaction commit in ext4_evict_inode() as there can be no pages waiting to be committed. So avoid unnecessary transaction waiting in that case. We still have to keep the check for the case where ext4_evict_inode() gets called from other paths (e.g. umount) where inode still can have some page cache pages. Reported-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
0 files changed, 0 insertions, 0 deletions