Re: [PATCH] rtc: remove BKL for ioctl()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Cox
Date: Wednesday, June 25, 2008 - 3:30 pm

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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] rtc: remove BKL for ioctl(), David Brownell, (Sun Jun 22, 7:55 pm)
Re: [rtc-linux] [PATCH] rtc: remove BKL for ioctl(), Alessandro Zummo, (Wed Jun 25, 1:57 am)
Re: [PATCH] rtc: remove BKL for ioctl(), Alan Cox, (Wed Jun 25, 3:30 pm)
Re: [PATCH] rtc: remove BKL for ioctl(), Jonathan Corbet, (Wed Jun 25, 3:39 pm)
Re: [PATCH] rtc: remove BKL for ioctl(), David Brownell, (Wed Jun 25, 3:58 pm)
Re: [PATCH] rtc: remove BKL for ioctl(), David Brownell, (Wed Jun 25, 4:04 pm)
Re: [PATCH] rtc: remove BKL for ioctl(), Jonathan Corbet, (Wed Jun 25, 4:41 pm)