]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/cma.h
mm/page_alloc: remove nr_free_pagecache_pages()
[mirror_ubuntu-jammy-kernel.git] / mm / cma.h
index 33c0b517733c775a2762996c79198a17c2cf9fa5..6698fa63279b10668095990fc21c0956a092b5a6 100644 (file)
--- a/mm/cma.h
+++ b/mm/cma.h
@@ -2,6 +2,8 @@
 #ifndef __MM_CMA_H__
 #define __MM_CMA_H__
 
+#include <linux/debugfs.h>
+
 struct cma {
        unsigned long   base_pfn;
        unsigned long   count;
@@ -11,6 +13,7 @@ struct cma {
 #ifdef CONFIG_CMA_DEBUGFS
        struct hlist_head mem_head;
        spinlock_t mem_head_lock;
+       struct debugfs_u32_array dfs_bitmap;
 #endif
        const char *name;
 };