CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/08/30 09:35:05
Modified files: sys/kern : subr_disk.c Log message: Eliminate a couple of extraneous DL_SECTOBLK() calls. The disklabel is either 0 bytes into a 512-byte disk sector, or 512 bytes into a larger disk sector. The address of the disk sector read is irrelevant. Pointed out by jsing@ I think. ok deraadt@