Date: Sun, 14 Jan 1996 12:32:17 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/vn vn.c Message-ID: <199601142032.MAA21099@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/01/14 12:32:17 Modified: sys/dev/vn vn.c Log: Fixed an overflowing multiplication in vnstrategy() by replacing it with the standard macro dbtob(). The non-B_PAGING case now works well enough to run newfs on a 32GB virtual drive. Fixed numerous bogus variable types and one overflowing multiplication in the B_PAGING case of vnstrategy(). Swapping to virtual drives larger than 2GB might work now. Revision Changes Path 1.31 +16 -13 src/sys/dev/vn/vn.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601142032.MAA21099>