From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754467AbZEGFVT (ORCPT ); Thu, 7 May 2009 01:21:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751889AbZEGFVE (ORCPT ); Thu, 7 May 2009 01:21:04 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48067 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751667AbZEGFVB (ORCPT ); Thu, 7 May 2009 01:21:01 -0400 From: Neil Brown To: Ingo Molnar Date: Thu, 7 May 2009 15:21:16 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18946.28620.916415.205482@notabene.brown> Cc: Alessio Igor Bogani , Jonathan Corbet , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Peter Zijlstra , LKML Subject: Re: [PATCH -tip] md: Avoid to call flush_scheduled_work() with BKL held In-Reply-To: message from Ingo Molnar on Sunday April 26 References: <1240492313-6560-1-git-send-email-abogani@texware.it> <20090426163841.GC6236@elte.hu> X-Mailer: VM 7.19 under Emacs 21.4.1 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D X-Mailing-List: linux-kernel@vger.kernel.org On Sunday April 26, mingo@elte.hu wrote: > > Hm, couldnt we switch the ioctl in drivers/md/md.c from > ->locked_ioctl to ->unlocked_ioctl? > > Neil, what do you think? Yes, definitely. Though it is just 'ioctl', not 'unlocked_ioctl'. I'll queue a patch for 2.6.31. NeilBrown