Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 2 Aug 2002 14:06:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 2 Aug 2002 14:06:01 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:10764 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 2 Aug 2002 14:06:00 -0400 Date: Fri, 2 Aug 2002 11:10:19 -0700 (PDT) From: Linus Torvalds To: Trond Myklebust cc: Jamie Lokier , Benjamin LaHaise , Roman Zippel , David Woodhouse , David Howells , , Subject: Re: manipulating sigmask from filesystems and drivers In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 589 Lines: 20 On 2 Aug 2002, Trond Myklebust wrote: > > Would you therefore be planning on making down() interruptible by > SIGKILL? Can't do - existing users know that down() cannot fail. But we already have a "down_interruptible()", so if we introduce the notion of "non-interruptible but killable", we can also introduce a "down_killable()". Linus - 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/