patch-2.4.10 linux/fs/dcache.c
Next file: linux/fs/devfs/base.c
Previous file: linux/fs/cramfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Sep 17 16:15:02 2001
- Orig file:
v2.4.9/linux/fs/dcache.c
- Orig date:
Sun Aug 12 13:28:00 2001
diff -u --recursive --new-file v2.4.9/linux/fs/dcache.c linux/fs/dcache.c
@@ -565,7 +565,7 @@
if (!(gfp_mask & __GFP_FS))
return 0;
- count = dentry_stat.nr_unused >> priority;
+ count = dentry_stat.nr_unused / priority;
prune_dcache(count);
kmem_cache_shrink(dentry_cache);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)