CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/08/28 16:42:05
Modified files: sys/kern : subr_disk.c Log message: Move label 'offset' calculation out of the buf setup logic and closer to where it is used. It isn't part of the setup and we want to abstract the setup. ok deraadt@