CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/21 22:42:39
Modified files: sys/dev : softraid.c Log message: The sr_rebuild function does not actually do the rebuild, it only starts the rebuild thread. Rename it to sr_rebuild_start to make this clearer. ok krw@