linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mm/memory_hotplug: cleanup do_migrate_range()
@ 2023-02-15 23:02 SeongJae Park
  2023-02-15 23:02 ` [PATCH v2 1/2] mm/memory_hotplug: return nothing from do_migrate_range() SeongJae Park
  2023-02-15 23:03 ` [PATCH v2 2/2] mm/memory_hotplug: cleanup 'ret' variable usage in do_migrate_range() SeongJae Park
  0 siblings, 2 replies; 8+ messages in thread
From: SeongJae Park @ 2023-02-15 23:02 UTC (permalink / raw)
  To: Andrew Morton
  Cc: SeongJae Park, David Hildenbrand, Oscar Salvador, linux-mm,
	linux-kernel

Make do_migrate_range() return value mechanism simple.

Changes from v1
(https://lore.kernel.org/linux-mm/20230214223236.58430-1-sj@kernel.org/)
- Simply return nothing from do_migrate_range() (David Hildenbrand)
- Add a cleanup for 'ret' variable

SeongJae Park (2):
  mm/memory_hotplug: return nothing from do_migrate_range()
  mm/memory_hotplug: cleanup 'ret' variable usage in do_migrate_range()

 mm/memory_hotplug.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-16 16:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 23:02 [PATCH v2 0/2] mm/memory_hotplug: cleanup do_migrate_range() SeongJae Park
2023-02-15 23:02 ` [PATCH v2 1/2] mm/memory_hotplug: return nothing from do_migrate_range() SeongJae Park
2023-02-16  9:46   ` David Hildenbrand
2023-02-16 16:51     ` SeongJae Park
2023-02-16 10:53   ` Baolin Wang
2023-02-16 16:55     ` SeongJae Park
2023-02-15 23:03 ` [PATCH v2 2/2] mm/memory_hotplug: cleanup 'ret' variable usage in do_migrate_range() SeongJae Park
2023-02-16  9:49   ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).