diff options
author | Mikulas Patocka <mpatocka@redhat.com> | 2020-04-20 16:02:21 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2020-07-09 08:14:01 +0200 |
commit | bc2fbaa4d3808aef82dd1064a8e61c16549fe956 (patch) | |
tree | 94b69e2e13cb90d8dae18b3fb7c4c4a8f9f840b6 /fs/jfs/jfs_unicode.c | |
parent | a43850a380ef56009ce721737b0c08984b663b99 (diff) |
ext2: fix missing percpu_counter_inc
sbi->s_freeinodes_counter is only decreased by the ext2 code, it is never
increased. This patch fixes it.
Note that sbi->s_freeinodes_counter is only used in the algorithm that
tries to find the group for new allocations, so this bug is not easily
visible (the only visibility is that the group finding algorithm selects
inoptinal result).
Link: https://lore.kernel.org/r/alpine.LRH.2.02.2004201538300.19436@file01.intranet.prod.int.rdu2.redhat.com
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/jfs/jfs_unicode.c')
0 files changed, 0 insertions, 0 deletions