CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2011/12/28 09:19:52
Modified files: sys/dev : softraid.c softraidvar.h Log message: Cleanup the metadata initialisation process - have sr_meta_init() initialise both the volume and chunk metadata before the discipline specific sd_create() function is called. The sr_meta_init_complete() function is then called to complete the initialisation based on values provided by sd_create().