CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/04 11:29:37
Modified files:
sys/ufs/ffs : ffs_softdep.c
Log message:
Fix bug where clear_remove() and clear_inodedeps() would not iterate
over the entire pagedep and inodedep hash tables due to an off-by-one
mistake in loops. Spotted by and diff from Pedro Martelletto. Sent
upstream to Kirk and also fixed in FreeBSD.
ok otto@ millert@
