Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 22 Jul 2002 04:43:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 22 Jul 2002 04:43:18 -0400 Received: from mons.uio.no ([129.240.130.14]:10180 "EHLO mons.uio.no") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Mon, 22 Jul 2002 04:43:17 -0400 To: "Nils O. =?iso-8859-1?q?Sel=E5sdal?=" Cc: linux-kernel@vger.kernel.org Subject: Re: NFS unlink race? References: <200207220754.g6M7sJ429182@localhost.localdomain> From: Trond Myklebust Date: 22 Jul 2002 10:46:19 +0200 In-Reply-To: <200207220754.g6M7sJ429182@localhost.localdomain> 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=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 801 Lines: 14 >>>>> " " == Nils O Sel?sdal writes: > Seems like there went some patches into 2.5 to fix some nfs > unlink races > (http://linux.bkbits.net:8080/linux-2.5/cset@1.681.1.1?nav=index.html|ChangeSet@-1d) > Does this race apply to 2.4 as well? And might that explain why A race exists, but it won't explain your problem. The nature of the race is rather that it will cause a program to crash with ESTALE errors if it tries to open the file at the exact same time as somebody else is trying to erase it. 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/