On Wed, 25 Jun 2008 16:39:28 -0600
Jonathan Corbet <corbet@lwn.net> wrote:
For an ioctl case which should never be blocking for long periods it
shouldn't be _interruptible in the first place, that will just introduce
bizarre and weird bugs in application code.
If there are slow ops they should drop and retake the lock.
Alan
--