aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorWaiman Long <[email protected]>2019-01-30 13:52:36 -0500
committerLinus Torvalds <[email protected]>2019-01-30 11:02:11 -0800
commit1dbd449c9943e3145148cc893c2461b72ba6fef0 (patch)
tree77e131da335779311538ba4f7325190db2ec0ea0 /security/selinux/hooks.c
parent1c0490ce902206f4685f812fa81304fd1adf4e35 (diff)
fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
The nr_dentry_unused per-cpu counter tracks dentries in both the LRU lists and the shrink lists where the DCACHE_LRU_LIST bit is set. The shrink_dcache_sb() function moves dentries from the LRU list to a shrink list and subtracts the dentry count from nr_dentry_unused. This is incorrect as the nr_dentry_unused count will also be decremented in shrink_dentry_list() via d_shrink_del(). To fix this double decrement, the decrement in the shrink_dcache_sb() function is taken out. Fixes: 4e717f5c1083 ("list_lru: remove special case function list_lru_dispose_all." Cc: [email protected] Signed-off-by: Waiman Long <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions