patch-2.3.20 linux/fs/dquot.c
Next file: linux/fs/fat/file.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Oct 7 12:47:37 1999
- Orig file:
v2.3.19/linux/fs/dquot.c
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.19/linux/fs/dquot.c linux/fs/dquot.c
@@ -516,11 +516,10 @@
/*
* Try pruning the dcache to free up some dquots ...
*/
- count = select_dcache(128, 0);
if (count) {
printk(KERN_DEBUG "get_empty_dquot: pruning %d\n", count);
prune_dcache(count);
- free_inode_memory(count);
+ prune_icache(count);
goto repeat;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)