CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/03/28 08:58:10
Modified files: sys/kern : subr_disk.c Log message: use a static and unique string as the disk lock name, so if we're waiting on the disk lock we can find that code rather than wondering where "sd0" gets passed to tsleep. ok deraadt@