Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757295AbYHSTn2 (ORCPT ); Tue, 19 Aug 2008 15:43:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755921AbYHSTnP (ORCPT ); Tue, 19 Aug 2008 15:43:15 -0400 Received: from mx1.redhat.com ([66.187.233.31]:58149 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755844AbYHSTnL (ORCPT ); Tue, 19 Aug 2008 15:43:11 -0400 Date: Tue, 19 Aug 2008 15:39:47 -0400 From: Josef Bacik To: Matthew Wilcox Cc: Josef Bacik , linux-kernel@vger.kernel.org, rwheeler@redhat.com, tglx@linutronix.de, linux-fsdevel@vger.kernel.org, chris.mason@oracle.com, linux-ext4@vger.kernel.org Subject: Re: [PATCH 1/2] add hrtimer_sleep_ns helper function Message-ID: <20080819193947.GC21749@unused.rdu.redhat.com> References: <20080806190819.GH27394@unused.rdu.redhat.com> <20080819191508.GD8318@parisc-linux.org> <20080819192215.GB21749@unused.rdu.redhat.com> <20080819193657.GE8318@parisc-linux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080819193657.GE8318@parisc-linux.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1754 Lines: 35 On Tue, Aug 19, 2008 at 01:36:57PM -0600, Matthew Wilcox wrote: > On Tue, Aug 19, 2008 at 03:22:16PM -0400, Josef Bacik wrote: > > On Tue, Aug 19, 2008 at 01:15:08PM -0600, Matthew Wilcox wrote: > > > I don't see any users (in this patch or the next) of people wanting > > > uninterruptible nanosleeps. We shouldn't be introducing new > > > TASK_UNINTERRUPTIBLE users, but instead using TASK_KILLABLE if the user > > > really can't cope with signals in a sensible manner. > > > > Hmm doh, sorry about that the 2/2 patch of this series should be passing 0 not 1 > > since we need to be uninterruptible. > > I think that's taught us that '0' and '1' are insufficiently > descriptive, and we should either be passing in a state (ie > do_nanosleep(x, y, TASK_FOO), or have separate do_nanosleep_killable() > and do_nanosleep_interruptible()). > > > I figured this sort of thing would be used > > by fs's/device drivers where TASK_UNINTERRUPTIBLE is desired. If that is not > > appropriate let me know and I can use TASK_KILLABLE or whatever else the > > preference is. Thanks, > > We should be trying to accommodate the user's wishes wherever possible. > If they say kill -9, they really mean it, and we should stop waiting. > Now, I don't think we should abort the journal_stop(). That's probably > going too far in this instance. But we should stop waiting for other > tasks to join in, and finish up as quickly as possible. Fair enough, I will make the changes in the next round, thanks much. Josef -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/