Loading fs/dcache.c +7 −2 Original line number Diff line number Diff line Loading @@ -1473,10 +1473,15 @@ void shrink_dcache_parent(struct dentry *parent) data.found = 0; d_walk(parent, &data, select_collect); if (!data.found) break; if (!list_empty(&data.dispose)) { shrink_dentry_list(&data.dispose); continue; } cond_resched(); if (!data.found) break; } } EXPORT_SYMBOL(shrink_dcache_parent); Loading Loading
fs/dcache.c +7 −2 Original line number Diff line number Diff line Loading @@ -1473,10 +1473,15 @@ void shrink_dcache_parent(struct dentry *parent) data.found = 0; d_walk(parent, &data, select_collect); if (!data.found) break; if (!list_empty(&data.dispose)) { shrink_dentry_list(&data.dispose); continue; } cond_resched(); if (!data.found) break; } } EXPORT_SYMBOL(shrink_dcache_parent); Loading