--- linux/fs/dquot.c Tue Nov 21 13:05:16 2000 +++ linux/fs/dquot.c Tue Nov 21 13:05:44 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 = 8; /* Number of times we should try to shrink dcache and icache */ repeat: dquot = find_best_free();