Return-Path: linux-nfs-owner@vger.kernel.org Received: from userp1040.oracle.com ([156.151.31.81]:19792 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751002Ab3HOWK0 (ORCPT ); Thu, 15 Aug 2013 18:10:26 -0400 Message-ID: <520D519F.6080102@oracle.com> Date: Thu, 15 Aug 2013 17:09:35 -0500 From: Dave Kleikamp MIME-Version: 1.0 To: Christian Kujau CC: "J. Bruce Fields" , Karl Schmidt , Jonathan McDowell , jfs-discussion@lists.sourceforge.net, 714974@bugs.debian.org, Ben Hutchings , linux-nfs@vger.kernel.org Subject: Re: [PATCH] jfs: fix readdir cookie incompatibility with NFSv4 References: <1373245980.3428.46.camel@deadeye.wl.decadent.org.uk> <520554A5.3060401@xtronics.com> <20130812162924.GB2395@fieldses.org> <520C50F7.3010209@oracle.com> <520D3EA7.1010109@oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 08/15/2013 04:26 PM, Christian Kujau wrote: > On Thu, 15 Aug 2013 at 15:48, Dave Kleikamp wrote: >> This patch replaces the one I posted yesterday. I like this better since >> it doesn't require fixing existing on-disk cookies or skipping a >> position in the in-inode index table. > > Thanks. Applied to 3.11-rc5 and tested, no more "readdir loop" messages > and with unique inode numbers, great! > > Tested-by: Christian Kujau > > Thanks for the fix! > Christian. Thanks for reporting, investigating and testing! Dave