CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2011/04/12 13:45:43
Modified files: sys/ufs/ffs : ffs_inode.c ffs_softdep.c ffs_vnops.c Log message: Avoid kvm starvation due to softdeps waiting on too many mapped buffers, thus possibly consuming all of our available kva mapping buffers for deps. Diff and analysis actually comes from Pedro Martelleto (thanks!) tested by me and thib ok thib@, art@