> > In order to get of all these problems caused by macros it seems to
> > be a good idea to get rid of them and convert them to static inline
> > functions. Because of header file include order it's necessary to have a
> > seperate header file for the struct page definition.
> >
> > Cc: Martin Schwidefsky <[email protected]>
> > Signed-off-by: Heiko Carstens <[email protected]>
> > ---
> >
> > Patches are against git tree as of today. Better ideas welcome of course.
> >
> > include/linux/mm.h | 64 --------------------------------------------
> > include/linux/page.h | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++
> > 2 files changed, 75 insertions(+), 63 deletions(-)
>
> To avoid the explosion in number of small header files each containing a
> single definition, it would be better to generally split between the
> definitions and implementations, so IMO mm_types.h with all the structures
> and defines from mm.h would be better.
That could be done, but I wouldn't know where to start and where to end.
Moving simply all definitions to mm_types.h doesn't seem to be a good
solution. E.g. having something like "struct shrinker" in mm_types.h
seems to be rather pointless IMHO.
Maybe we can simply leave it by just taking the struct page definition
out for now?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]