aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorWaiman Long <[email protected]>2019-01-30 13:52:37 -0500
committerLinus Torvalds <[email protected]>2019-01-30 11:02:11 -0800
commit7d10f70fc198877b43d92bdcd7604279788b9568 (patch)
tree9c31ffd2fc203a39f37d3a6f79af625de1edaeb5 /security/selinux/hooks.c
parent1dbd449c9943e3145148cc893c2461b72ba6fef0 (diff)
fs: Don't need to put list_lru into its own cacheline
The list_lru structure is essentially just a pointer to a table of per-node LRU lists. Even if CONFIG_MEMCG_KMEM is defined, the list field is just used for LRU list registration and shrinker_id is set at initialization. Those fields won't need to be touched that often. So there is no point to make the list_lru structures to sit in their own cachelines. 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