summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2013-03-01 08:58:56 +0400
committerTheodore Ts'o <tytso@mit.edu>2013-03-01 08:58:56 +0400
commit246307745c406379996e6ed6411f0e20f1ce1449 (patch)
tree71b78d765ba7406c6755cad807944da6a99e5980 /virt
parent8e919d13048cd5acaadb2b15b48acbfb8832d3c2 (diff)
downloadlinux-246307745c406379996e6ed6411f0e20f1ce1449.tar.xz
ext4: optimize ext4_es_shrink()
When the system is under memory pressure, ext4_es_srhink() will get called very often. So optimize returning the number of items in the file system's extent status cache by keeping a per-filesystem count, instead of calculating it each time by scanning all of the inodes in the extent status cache. Also rename the slab used for the extent status cache to be "ext4_extent_status" so it's obviousl the slab in question is created by ext4. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: Zheng Liu <gnehzuil.liu@gmail.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions