• Christoph Hellwig's avatar
    [PATCH] don't include swap.h in mm.h · d028fce0
    Christoph Hellwig authored
    swap.h is basically the header for MM internals instead of the
    public API (mm_internal.h would have been a better name..).  Stop
    including it in mm.h - this only needs moving one function that
    should be in swap.h anyway to the right place and fixing up a bunch
    of places using it.
    d028fce0
rmap.c 13.9 KB