shrink_dcache_anon

Name

shrink_dcache_anon --  further prune the cache

Synopsis

void shrink_dcache_anon (struct hlist_head * head);

Arguments

head

head of d_hash list of dentries to prune

Description

Prune the dentries that are anonymous

parsing d_hash list does not read_barrier_depends as it done under dcache_lock.