On Thu, Jun 15, 2023 at 5:52 AM Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx> wrote: > > Little question, what's the purpose of `FromErrno` here? It was because `Error::from_errno` is `pub(crate)` in the `kernel` crate. I should have added a comment -- my bad! :) If we decided to make it `pub` eventually, then this `FromErrno` hack can be removed. Cheers, Miguel