Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx1.redhat.com ([209.132.183.28]:55035 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750896Ab1JSAup (ORCPT ); Tue, 18 Oct 2011 20:50:45 -0400 Date: Tue, 18 Oct 2011 20:50:43 -0400 From: "J. Bruce Fields" To: Benny Halevy Cc: NFS list Subject: Re: linux-pnfs pnfs-all-3.1-rc10-2011-10-18 Message-ID: <20111019005042.GA14789@pad.fieldses.org> References: <4E9E1A2C.6090807@tonian.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <4E9E1A2C.6090807@tonian.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, Oct 18, 2011 at 05:30:36PM -0700, Benny Halevy wrote: > DS stateids are still tracked in a global hash table (as they are > generated by the MDS) By DS stateid's you're talking about stateid's that a DS receives on IO? I hadn't thought about those.... Does the DS need to do anything with them other than look them up and make a binary OK vs. BAD_STATEID decision? > I also seized the opportunity to clean up the pnfs patch series. > white space, use of inline, etc. no functional changes otherwise. > > Tested to pass the connectathon tests over pnfsd-lexp. Thanks! --b.