git: 1a78ed73c1c0 - stable/13 - linuxkpi: Include <linux/shinker.h> in <linux/mm.h>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 08:53:54 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=1a78ed73c1c01cf6d9f6dd424d92343d6996a6aa commit 1a78ed73c1c01cf6d9f6dd424d92343d6996a6aa Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> AuthorDate: 2022-11-11 17:34:19 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-01-24 09:08:00 +0000 linuxkpi: Include <linux/shinker.h> in <linux/mm.h> This is done like this in Linux. Reviewed by: emaste manu Approved by: emaste manu Differential Revision: https://reviews.freebsd.org/D36956 (cherry picked from commit 415ca4d27d76e0787d65108fd96c980ea68c6eff) --- sys/compat/linuxkpi/common/include/linux/mm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/compat/linuxkpi/common/include/linux/mm.h b/sys/compat/linuxkpi/common/include/linux/mm.h index d2db343fc094..dd0fb6e2d8f8 100644 --- a/sys/compat/linuxkpi/common/include/linux/mm.h +++ b/sys/compat/linuxkpi/common/include/linux/mm.h @@ -40,6 +40,7 @@ #include <linux/pfn.h> #include <linux/list.h> #include <linux/mmap_lock.h> +#include <linux/shrinker.h> #include <asm/pgtable.h>