Re: [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
"David Hildenbrand (Arm)" <[email protected]> Tue, 21 Jul 2026 16:57:30 +0200
| Newsgroups | gmane.linux.ports.ppc64.devel,gmane.linux.kernel.mm,gmane.linux.ports.arm.kernel,gmane.linux.ports.parisc,gmane.linux.ports.riscv,gmane.linux.ports.sparc,gmane.linux.uml.devel,gmane.comp.boot-loaders.tboot.devel,gmane.linux.kernel.efi,gmane.linux.kernel,gmane.linux.kernel.cross-arch |
|---|---|
| Message-ID | <[email protected]> |
On 7/14/26 16:03, Kevin Brodsky wrote: > Some of the mm_flags helpers are defined in <linux/mm_types.h>, > while others are defined in <linux/mm.h>. We will soon need to call > one of the latter helpers from mm_types.h. > > Regroup all the helpers in mm_types.h to keep things simple. > > Also remove #include's that were added specifically for these > helpers in mm.h. > > Signed-off-by: Kevin Brodsky <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David