• Hugh Dickins's avatar
    [PATCH] swap 1/3 swapon leak · 59e469ce
    Hugh Dickins authored
    Burton Windle <bwindle@fint.org> reported Kernel memory leak with
    swapon/swapoff? LKML 31 May.  swapon uses rw_swap_page_nolock to read
    swap_header page (peculiar! should probably rework that sometime),
    nothing freed the buffers from the page, thus page also never freed.
    59e469ce
page_io.c 3.53 KB