----- Ursprüngliche Mail ----- > Von: "Dark" <d...@volatile.bz> > + // Returning -EAGAIN to userspace is not nice. > + if (err == -EAGAIN) > + return 0;
Hmm, doesn't this result in a short read? The current drives sets the calling task to sleep and wakes it up as soon data is available again. I'd assumes ti have the same behavior for the new driver. Thanks, //richard