• A
    don't remove from shrink list in select_collect() · fe91522a
    Al Viro 提交于
    	If we find something already on a shrink list, just increment
    data->found and do nothing else.  Loops in shrink_dcache_parent() and
    check_submounts_and_drop() will do the right thing - everything we
    did put into our list will be evicted and if there had been nothing,
    but data->found got non-zero, well, we have somebody else shrinking
    those guys; just try again.
    Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
    fe91522a
dcache.c 87.4 KB