diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-12-06 22:22:48 -0500 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2021-09-27 09:27:29 -0400 |
commit | 7b230db3b8d373219f88a3d25c8fbbf12cc7f233 (patch) | |
tree | 0c63ae0c41978ec59e5ea7899a49e940c42b318f /include/linux/mmdebug.h | |
parent | c25303281d79299e9f35d4b2e496a8bd134d5715 (diff) | |
download | linux-7b230db3b8d373219f88a3d25c8fbbf12cc7f233.tar.gz linux-7b230db3b8d373219f88a3d25c8fbbf12cc7f233.tar.bz2 linux-7b230db3b8d373219f88a3d25c8fbbf12cc7f233.zip |
mm: Introduce struct folio
A struct folio is a new abstraction to replace the venerable struct page.
A function which takes a struct folio argument declares that it will
operate on the entire (possibly compound) page, not just PAGE_SIZE bytes.
In return, the caller guarantees that the pointer it is passing does
not point to a tail page. No change to generated code.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Howells <dhowells@redhat.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Diffstat (limited to 'include/linux/mmdebug.h')
0 files changed, 0 insertions, 0 deletions