summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
diff options
context:
space:
mode:
authorKairui Song <kasong@tencent.com>2023-10-17 09:17:28 +0800
committerAndrew Morton <akpm@linux-foundation.org>2023-10-25 16:47:11 -0700
commite5b306a082982cb98bc7ec48a382225522401a61 (patch)
treee00b6ae62076aebb9089890881ef918f4e799a46 /mm/migrate.c
parente56808fef8f71a192b2740c0b6ea8be7ab865d54 (diff)
downloadlinux-stable-e5b306a082982cb98bc7ec48a382225522401a61.tar.gz
linux-stable-e5b306a082982cb98bc7ec48a382225522401a61.tar.bz2
linux-stable-e5b306a082982cb98bc7ec48a382225522401a61.zip
mm/swap: avoid a xa load for swapout path
A variable is never used for swapout path (shadowp is NULL) and compiler is unable to optimize out the unneeded load since it's a function call. The was introduced by 3852f6768ede ("mm/swapcache: support to handle the shadow entries"). Link: https://lkml.kernel.org/r/20231017011728.37508-1-ryncsn@gmail.com Signed-off-by: Kairui Song <kasong@tencent.com> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Huang Ying <ying.huang@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/migrate.c')
0 files changed, 0 insertions, 0 deletions