]> www.infradead.org Git - users/dwmw2/linux.git/commit
mm/swapfile.c: remove the incorrect code comment
authorBaoquan He <bhe@redhat.com>
Wed, 5 Feb 2025 09:27:20 +0000 (17:27 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 05:06:07 +0000 (22:06 -0700)
commit4ccd4154fafff5516103051bc9162c33d832b880
treefb76e4dd1c654c4b6dbc8186ec8bd9b04fe9633f
parentc523aa890760b004eea47a0e00b5750a528f3ced
mm/swapfile.c: remove the incorrect code comment

Since commit eb085574a752 ("mm, swap: fix race between swapoff and some
swap operations"), the non_swap_entry() checking has been taken off from
function __swap_duplicate().  Hence, in the kernel-doc comment, the line
'swp_entry is migration entry -> EINVAL' is obsolete.  Remove that line to
avoid misleading people.

Link: https://lkml.kernel.org/r/20250205092721.9395-12-bhe@redhat.com
Signed-off-by: Baoquan He <bhe@redhat.com>
Cc: Chris Li <chrisl@kernel.org>
Cc: Kairui Song <ryncsn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swapfile.c