OSDN Git Service

mm/huge_memory: convert get_deferred_split_queue() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 11 Jan 2023 14:29:12 +0000 (14:29 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:00 +0000 (22:33 -0800)
commitf8baa6be0368b5d21be34e8bf071b563b0f77584
treebb06ad2d853fba9ca96cd5714a1c80da5847f49c
parent8991de90e99755b13026b1db32d1fa52e94c6a96
mm/huge_memory: convert get_deferred_split_queue() to take a folio

Removes a few calls to compound_head().

Link: https://lkml.kernel.org/r/20230111142915.1001531-27-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c