X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fgfp.h;h=7851e6b520cf013f4091cd4932f69cb4b00e76b5;hb=76467874b83835129dc454e3a7a8e5d1186101b0;hp=20f9148e38d930e23d33c8c80376c7e6018ea9e0;hpb=944d79559d154c12becde0dab327016cf438f46c;p=mirror_ubuntu-bionic-kernel.git diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 20f9148e38d9..7851e6b520cf 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -157,9 +157,9 @@ extern void FASTCALL(free_cold_page(struct page *page)); void page_alloc_init(void); #ifdef CONFIG_NUMA -void drain_remote_pages(void); +void drain_node_pages(int node); #else -static inline void drain_remote_pages(void) { }; +static inline void drain_node_pages(int node) { }; #endif #endif /* __LINUX_GFP_H */