]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmapool: consolidate page initialization
authorKeith Busch <kbusch@kernel.org>
Thu, 26 Jan 2023 21:51:21 +0000 (13:51 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Apr 2023 23:02:04 +0000 (16:02 -0700)
commit387cb5bd472ced3c342724d83b949f675755f953
tree37f6b0f7c7780b6aa230e2ee665a2a3025b67e40
parentd47f7f2144fbf585b1b0b334af71e20c89b73c5d
dmapool: consolidate page initialization

Various fields of the dma pool are set in different places. Move it all
to one function.

Link: https://lkml.kernel.org/r/20230126215125.4069751-9-kbusch@meta.com
Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Tony Battersby <tonyb@cybernetics.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/dmapool.c