Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 2 Aug 2002 13:53:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 2 Aug 2002 13:53:59 -0400 Received: from mons.uio.no ([129.240.130.14]:13798 "EHLO mons.uio.no") by vger.kernel.org with ESMTP id ; Fri, 2 Aug 2002 13:53:58 -0400 To: Linus Torvalds Cc: Jamie Lokier , Benjamin LaHaise , Roman Zippel , David Woodhouse , David Howells , , Subject: Re: manipulating sigmask from filesystems and drivers References: From: Trond Myklebust Date: 02 Aug 2002 19:57:10 +0200 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) 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: 723 Lines: 14 >>>>> " " == Linus Torvalds writes: > "Which is what we want in generic_file_read() (and _probably_ > generic_file_write() as well, but that's slightly more > debatable)" A frequent cause of complaints with the NFS client 'intr' mount option is that grabbing the inode semaphore too is uninterruptible, and hence even a lookup() can hang. Would you therefore be planning on making down() interruptible by SIGKILL? Cheers, Trond - 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/