Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mm_types_task.h: Trim dependencies

more sched.h header dependency trimming

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+2 -3
+2 -3
include/linux/mm_types_task.h
··· 9 9 */ 10 10 11 11 #include <linux/types.h> 12 - #include <linux/threads.h> 13 - #include <linux/atomic.h> 14 - #include <linux/cpumask.h> 15 12 16 13 #include <asm/page.h> 17 14 ··· 32 35 MM_SHMEMPAGES, /* Resident shared memory pages */ 33 36 NR_MM_COUNTERS 34 37 }; 38 + 39 + struct page; 35 40 36 41 struct page_frag { 37 42 struct page *page;