From owner-freebsd-current@FreeBSD.ORG Wed Jul 10 15:16:07 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 73B5FAB2 for ; Wed, 10 Jul 2013 15:16:07 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) by mx1.freebsd.org (Postfix) with ESMTP id D9ADF1638 for ; Wed, 10 Jul 2013 15:16:06 +0000 (UTC) Received: from localhost ([92.136.146.119]) by mwinf5d10 with ME id yfG21l0022anTkU03fG2Au; Wed, 10 Jul 2013 17:16:05 +0200 Message-ID: <51DD7AB1.4090202@orange.fr> Date: Wed, 10 Jul 2013 17:16:01 +0200 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130624 Thunderbird/17.0.7 MIME-Version: 1.0 To: Pedro Giffuni Subject: Re: (follow-up) "Stale NFS file handle" for NFS exported UFS from r252435 References: <51DD5451.2010801@orange.fr> <51DD6777.90803@orange.fr> <51DD782E.7090503@FreeBSD.org> In-Reply-To: <51DD782E.7090503@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: rmacklem@freebsd.org, FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 15:16:07 -0000 On 07/10/2013 17:05, Pedro Giffuni wrote: > Hello guys; > > Thank for finding this, however ... > > > While I understand this change caused the issue and I am willing to > revert it, > I think the problem is actually in NFS. At least ext2/3/4 and fuse (so I > presume > glusterfs) have unsigned i_gen. > I have the same thinking (and was rather astonished by the success of my try at reverting it): there is something somewhere in the NFS code which have not been synced with the UFS change. It is the reason I CC'ed rmacklem@ > Pedro. > Claude Buisson