--- linux/fs/dquot.c Tue Jan 4 19:12:23 2000 +++ linux/fs/dquot.c Fri Jan 7 15:47:26 2000 @@ -569,8 +569,9 @@ /* * Try pruning the dcache to free up some dquots ... */ - printk(KERN_DEBUG "get_empty_dquot: pruning %d\n", count); - if (prune_dcache(0, 128)) + count = prune_dcache(0, 128); + printk(KERN_DEBUG "get_empty_dquot: pruning dcache (got %d inodes)\n", count); + if (count) { free_inode_memory(count); goto repeat;