]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/memory-failure: correct comment in me_swapcache_dirty
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 12 Jun 2024 07:18:35 +0000 (15:18 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:12 +0000 (19:30 -0700)
commite5d896703d1318d539a972ff01dc887c124af427
treeda1eda123e20683ce56a80a919e1dcd9b149e0a5
parentd49f2366e98081471dbef5c1bc0da00d10fa0776
mm/memory-failure: correct comment in me_swapcache_dirty

Dirty swap cache page could live both in page table (not page cache) and
swap cache when freshly swapped in.  Correct comment.

Link: https://lkml.kernel.org/r/20240612071835.157004-14-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Borislav Petkov (AMD) <bp@alien8.de>
Cc: David Hildenbrand <david@redhat.com>
Cc: kernel test robot <lkp@intel.com>
Cc: Naoya Horiguchi <nao.horiguchi@gmail.com>
Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory-failure.c