]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/folio_queue: delete __folio_order and use folio_order directly
authorLiu Ye <liuye@kylinos.cn>
Wed, 12 Feb 2025 02:58:42 +0000 (10:58 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 28 Feb 2025 01:00:21 +0000 (17:00 -0800)
commit3890a8f377e9e77b5cbd4a5ce180507b5dd92e20
tree0dbee4bd8395a0f0ca5b9b1425dab795962afb7c
parente93308070ee0a44511dae92bb1566ec25a95a5bb
mm/folio_queue: delete __folio_order and use folio_order directly

__folio_order is the same as folio_order, remove __folio_order and then
just include mm.h and use folio_order directly.

Link: https://lkml.kernel.org/r/20250212025843.80283-2-liuye@kylinos.cn
Signed-off-by: Liu Ye <liuye@kylinos.cn>
Reviewed-by: Shivank Garg <shivankg@amd.com>
Reviewed-by: Dev Jain <dev.jain@arm.com>
Acked-by: David Howells <dhowells@redhat.com>
Cc: Christian Brauner <brauner@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/folio_queue.h