From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Thu, 29 May 2008 11:49:59 +0000 Subject: Re: [PATCH] mmtimer: Push BKL down into the ioctl handler Message-Id: List-Id: References: <20080522214244.457da3d7@core> In-Reply-To: <20080522214244.457da3d7@core> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alan Cox Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org >>>>> "Alan" = Alan Cox writes: Alan> Switches to unlocked_ioctl read to remove ioctl BKL method. Fix Alan> the unknown ioctl return. Probably a nice easy one to kill off Alan> BKL usage entirely later Alan> Signed-off-by: Alan Cox Looks good to me, I should check whether we can't just kill the lock_kernel() here - I suspect it shouldn't be an issue. Acked-by: Jes Sorensen Cheers, Jes