Date: Thu, 16 Sep 2004 20:38:11 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c Message-ID: <200409162038.i8GKcBl8049357@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2004-09-16 20:38:11 UTC
FreeBSD src repository
Modified files:
sys/dev/md md.c
Log:
There is no need to keep 'npage' value inside our softc structure,
it is only used in one function. While doing so, change its type to
vm_ooffset_t.
We are still limited for swap-backed devices to 16TB on 32-bit architectures
where PAGE_SIZE is 4096 bytes.
Revision Changes Path
1.138 +8 -8 src/sys/dev/md/md.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409162038.i8GKcBl8049357>
