Perform MAXPHYS-sized reads for the chunktable instead of PAGE_SIZE-sized
authormlarkin <mlarkin@openbsd.org>
Sat, 26 Apr 2014 05:43:00 +0000 (05:43 +0000)
committermlarkin <mlarkin@openbsd.org>
Sat, 26 Apr 2014 05:43:00 +0000 (05:43 +0000)
commit9948b23246ff267ba581d8817810d80858391464
tree377969316899d5e7030e962e8362d9c861955250
parent7328b03b01621f6c7bd051b080bcdeb825ab374d
Perform MAXPHYS-sized reads for the chunktable instead of PAGE_SIZE-sized
reads.

Also fix a VA leak in the chunktable read error path.
sys/kern/subr_hibernate.c