diff options
author | Jan Kara <jack@suse.cz> | 2019-11-05 19:44:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-17 22:39:45 +0300 |
commit | 2c21619f86370aed2c8fb93b485ce082b1e4d646 (patch) | |
tree | f0f9e8e10e7392462399412f3b6273a384d85460 /fs/reiserfs/xattr_acl.c | |
parent | 17da23ef719d36495b60372d552933dedca4baba (diff) | |
download | linux-2c21619f86370aed2c8fb93b485ce082b1e4d646.tar.xz |
ext4: Fix credit estimate for final inode freeing
commit 65db869c754e7c271691dd5feabf884347e694f5 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/reiserfs/xattr_acl.c')
0 files changed, 0 insertions, 0 deletions