]> Git Repo - linux.git/commit
mm/list_lru.c: move locking from __list_lru_walk_one() to its caller
authorSebastian Andrzej Siewior <[email protected]>
Fri, 17 Aug 2018 22:49:48 +0000 (15:49 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Aug 2018 23:20:32 +0000 (16:20 -0700)
commit6cfe57a96ba33139c57056185d5eee9018e3dedc
tree801e1dd228acd93078bd7548879f7577d16cc486
parent87a5ffc163966b2eb675c9c863c0caccab3183f6
mm/list_lru.c: move locking from __list_lru_walk_one() to its caller

Move the locking inside __list_lru_walk_one() to its caller.  This is a
preparation step in order to introduce list_lru_walk_one_irq() which
does spin_lock_irq() instead of spin_lock() for the locking.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Reviewed-by: Vladimir Davydov <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/list_lru.c
This page took 0.05197 seconds and 4 git commands to generate.