Il 04/09/2014 03:20, Fam Zheng ha scritto:
>> >
>> > This requires auditing all callbacks though, doesn't it? Or at least
>> > adding an
>> >
>> > if (ret == -ECANCELED) {
>> > return;
>> > }
>> >
>> > at the beginning.
> You are right, this is an unexpected error code for ide at least.Yeahh, I think it's IDE only. It is fine for SCSI which is already testing io_canceled. It should not matter (or it could even help) for NVME. Paolo
