diff options
author | 2019-11-05 17:44:12 +0100 | |
---|---|---|
committer | 2019-11-05 16:00:31 -0500 | |
commit | 65db869c754e7c271691dd5feabf884347e694f5 (patch) | |
tree | b4d1c3c7b3339e7d4e2632c5204e6978ffb685dc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: Do not iput inode under running transaction (diff) | |
download | linux-rng-65db869c754e7c271691dd5feabf884347e694f5.tar.xz linux-rng-65db869c754e7c271691dd5feabf884347e694f5.zip |
ext4: Fix credit estimate for final inode freeing
Estimate for the number of credits needed for final freeing of inode in
ext4_evict_inode() was to small. We may modify 4 blocks (inode & sb for
orphan deletion, bitmap & group descriptor for inode freeing) and not
just 3.
[ Fixed minor whitespace nit. -- TYT ]
Fixes: e50e5129f384 ("ext4: xattr-in-inode support")
CC: stable@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20191105164437.32602-6-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions