From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 29 May 2002 07:25:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 29 May 2002 07:25:23 -0400 Received: from pat.uio.no ([129.240.130.16]:20958 "EHLO pat.uio.no") by vger.kernel.org with ESMTP id ; Wed, 29 May 2002 07:25:22 -0400 To: Benjamin LaHaise Cc: jw schultz , linux-kernel Subject: Re: wait queue process state In-Reply-To: <3CF2A0FB.8090507@um.edu.mt> <1022572663.12203.127.camel@pc-16.office.scali.no> <20020528160143.G885@pegasys.ws> <20020528190518.E21009@redhat.com> From: Trond Myklebust Date: 29 May 2002 13:25:13 +0200 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 >>>>> " " == Benjamin LaHaise writes: > Linux does not permit interrupting regular file reads on local > disks; only NFS supports it. Maybe 2.5 is the time to change > this. Note that even the NFS support is less than perfect. Once a process enters lock_page(), there is no way for the user to interrupt until whatever I/O that is holding the page lock is finished. Cheers, Trond