]> www.infradead.org Git - users/jedix/linux-maple.git/commit
zsmalloc: rename pool lock
authorSergey Senozhatsky <senozhatsky@chromium.org>
Mon, 3 Mar 2025 02:03:21 +0000 (11:03 +0900)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:50:22 +0000 (21:50 -0800)
commitc765f6423404f551da071bc54c276989514f92f3
tree1b453c0e3b4b7fa294fc3fbe7db05c5b45d9901b
parentbf56027b9c3f3bd6754a4cf16aa636380113cccd
zsmalloc: rename pool lock

The old name comes from the times when the pool did not have compaction
(defragmentation).  Rename it to ->lock because these days it synchronizes
not only migration.

Link: https://lkml.kernel.org/r/20250303022425.285971-13-senozhatsky@chromium.org
Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Reviewed-by: Yosry Ahmed <yosry.ahmed@linux.dev>
Cc: Hillf Danton <hdanton@sina.com>
Cc: Kairui Song <ryncsn@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/zsmalloc.c