--- linux/fs/dquot.c Fri Oct 6 00:18:14 2000 +++ linux/fs/dquot.c Fri Nov 3 21:10:51 2000 @@ -522,7 +522,7 @@ struct dquot *get_empty_dquot(void) { struct dquot *dquot; - int shrink = 1; /* Number of times we should try to shrink dcache and icache */ + int shrink = 16; /* Number of times we should try to shrink dcache and icache */ repeat: dquot = find_best_free();