Am 02.02.2010 13:17, schrieb Luiz Capitulino: >>> 3. Is this the right approach at all? :) >> >> Yes and no. As I said above, drive_get_on_error() is not the right place >> to do it. Unfortunately it looks like there isn't a single generic place >> where it can be done, but the call to the event handler must be added to >> every device. > > Can't it be added to subsystems? Like ide, virtio etc? > > Maybe in the same function that calls driver_get_on_error()?
This is what I meant by devices, yes. Putting it into the same function sounds good, too. Kevin