[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <101a7d89-290c-545d-8a6d-b1174ed8b1e5@google.com>
Date: Fri, 18 Jul 2025 17:56:52 -0700 (PDT)
From: Hugh Dickins <hughd@...gle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
cc: Baolin Wang <baolin.wang@...ux.alibaba.com>,
Hugh Dickins <hughd@...gle.com>, Baoquan He <bhe@...hat.com>,
Barry Song <21cnbao@...il.com>, Chris Li <chrisl@...nel.org>,
David Rientjes <rientjes@...gle.com>, Kairui Song <ryncsn@...il.com>,
Kemeng Shi <shikemeng@...weicloud.com>,
Shakeel Butt <shakeel.butt@...ux.dev>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org
Subject: [PATCH mm-unstable] mm/shmem: writeout free swap if swap_writeout()
reactivates fix
Per Baolin: use shmem_recalc_inode() rather than open coding.
Signed-off-by: Hugh Dickins <hughd@...gle.com>
---
mm/shmem.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/mm/shmem.c b/mm/shmem.c
index 5a7ce4c8bad6..927ccc4a6002 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -1692,9 +1692,7 @@ int shmem_writeout(struct folio *folio, struct swap_iocb **plug,
__GFP_HIGH | __GFP_NOMEMALLOC | __GFP_NOWARN);
/* Swap entry might be erased by racing shmem_free_swap() */
if (!error) {
- spin_lock(&info->lock);
- info->swapped -= nr_pages;
- spin_unlock(&info->lock);
+ shmem_recalc_inode(inode, 0, -nr_pages);
swap_free_nr(folio->swap, nr_pages);
}
--
2.43.0
Powered by blists - more mailing lists