Skip to content
  • Iustin Pop's avatar
    bdev: Do not call Assemble() on children · f87548b5
    Iustin Pop authored
    The caller of dev.Assemble() (backend._RecursiveAssembleBD) is doing an
    explicit recursion over all the children of the device, with better
    error reporting. As such, we don't need this repeated assembly inside
    the base BlockDev class.
    
    Reviewed-by: ultrotter
    f87548b5