CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2025/09/17 16:05:34

Modified files:
        sys/dev        : softraid.c 

Log message:
struct disklabel is going to grow, so we moved them off the stack and
allocated them.  However, memory allocation in sr_hibernate_io() is
pretty difficult.  So we are going to try to do it as a static struct
in bss.
ok mlarkin kettenis

Reply via email to