CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2010/07/02 03:20:26
Modified files: sys/dev : softraid.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid6.c softraid_raidp.c softraidvar.h Log message: Determine the data offset using a variable specified within the softraid metadata. This allows us to implement seamless transitions from the previous metadata version to the current version, avoiding the need to recreate the softraid volume. Joint work with marco@ during c2k10. ok marco@