siderolabs / go-blockdevice

Mozilla Public License 2.0
18 stars 14 forks source link

fix: don't ignore error on partition delete #103

Closed smira closed 3 months ago

smira commented 3 months ago

There is subtle issue with return code 'EBUSY' while myEntry is nil, which might not fall through into this code to report an error correctly.

smira commented 3 months ago

/m