diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-05-03 06:02:25 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-05-03 22:45:06 +0200 |
commit | fe91522a7ba82ca1a51b07e19954b3825e4aaa22 (patch) | |
tree | c0676a69fe25019e6aaa2f676740e495ec8c1b1d /fs/ioctl.c | |
parent | dentry_kill(): don't try to remove from shrink list (diff) | |
download | linux-fe91522a7ba82ca1a51b07e19954b3825e4aaa22.tar.xz linux-fe91522a7ba82ca1a51b07e19954b3825e4aaa22.zip |
don't remove from shrink list in select_collect()
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: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ioctl.c')
0 files changed, 0 insertions, 0 deletions