From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Woodhouse Subject: Re: NFS retry on disconnection Date: Tue, 14 May 2002 09:55:09 +0100 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <972.1021366509@redhat.com> References: <200205140911.50503.trond.myklebust@fys.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Bryan Henderson" , David Chow , linux-fsdevel@vger.kernel.org Return-path: In-Reply-To: <200205140911.50503.trond.myklebust@fys.uio.no> To: Trond Myklebust List-Id: linux-fsdevel.vger.kernel.org trond.myklebust@fys.uio.no said: > - Use 'intr' if you don't care as much about data integrity. If 'intr' jeopardises data integrity, that should be considered a bug. There's no reason we should allow ourselves to get confused to the point of losing data just because the user wants their prompt back -- other than 'cleaning up is hard'. -- dwmw2