• Andrew Morton's avatar
    [PATCH] fix inode reclaim imbalance · b5acedc8
    Andrew Morton authored
    Well I thought we were shooting down unused inodes a bit aggressively.  With
    30,000 inodes total and 1000 unused, the 1000 are getting reclaimed
    instantly.
    
    shrink_icache_memory() needs to return the number of reclaimable inodes to
    page reclaim, not the total number.
    b5acedc8
inode.c 33.6 KB