On Monday 15 November 2010 02:45:33 Ian Kent wrote:
Ok, I see. So it's my fault for not realizing that there are long blocking
ioctls. I was under the assumption that all of these ioctl commands were
simple non-blocking commands.
Right. As I said with the original patch, I don't think the mutex
is really needed, but using it seemed to be the safer alternative.
It was in the sense that it guaranteed the breakage to be obvious
rather than silent...
Ian, if you can prove that the lock is not needed, I think we shold
just remove it.
Arnd
--