Skip to content
Snippets Groups Projects
  • Nikos Skalkotos's avatar
    Split DiskDevice constructor in 2 parts · 0db22eac
    Nikos Skalkotos authored
    In the constructor only variable initialization is performed. This is
    needed because the constructor is executed before the DiskDevice
    instance is appended to the device list, and if something fails there,
    then the resources may be cleaned up in an incorrect order.
    0db22eac