Commit e28fa96f authored by Linus Torvalds's avatar Linus Torvalds

Cset exclude: davej@suse.de|ChangeSet|20020404222348|23820

parent 27f7db2c
......@@ -429,7 +429,8 @@ int shrink_dqcache_memory(int priority, unsigned int gfp_mask)
count = nr_free_dquots / priority;
prune_dqcache(count);
unlock_kernel();
return kmem_cache_shrink_nr(dquot_cachep);
kmem_cache_shrink(dquot_cachep);
return 0;
}
/* NOTE: If you change this function please check whether dqput_blocks() works right... */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment