Return-Path: linux-nfs-owner@vger.kernel.org Received: from e7.ny.us.ibm.com ([32.97.182.137]:45394 "EHLO e7.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750787Ab2LIQn7 (ORCPT ); Sun, 9 Dec 2012 11:43:59 -0500 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 9 Dec 2012 11:43:57 -0500 In-Reply-To: <50C45D17.5090000@tonian.com> References: <50C45D17.5090000@tonian.com> To: Benny Halevy Cc: "J. Bruce Fields" , linux-nfs@vger.kernel.org, linux-nfs-owner@vger.kernel.org, Trond Myklebust MIME-Version: 1.0 Subject: Re: notify_deviceid_type4 Message-ID: From: Marc Eshel Date: Sun, 9 Dec 2012 08:43:37 -0800 Content-Type: text/plain; charset="US-ASCII" Sender: linux-nfs-owner@vger.kernel.org List-ID: I am not sure what you are saying, I am showing the definition from the spec. that show NOTIFY_DEVICEID4_CHANGE = 1, and nfs4.h has it as (1<< 1) which is not 1, it is 2. Marc. Benny Halevy wrote on 12/09/2012 01:42:47 AM: > From: Benny Halevy > To: Marc Eshel/Almaden/IBM@IBMUS, > Cc: Trond Myklebust , "J. Bruce Fields" > , linux-nfs-owner@vger.kernel.org, linux- > nfs@vger.kernel.org > Date: 12/09/2012 01:44 AM > Subject: Re: notify_deviceid_type4 > > On 2012-12-01 07:54, Marc Eshel wrote: > > The spec defines notify_deviceid_type4 as: > > > > 20.12.1. ARGUMENT > > /* > > * Device notification types. > > */ > > enum notify_deviceid_type4 { > > NOTIFY_DEVICEID4_CHANGE = 1, > > NOTIFY_DEVICEID4_DELETE = 2 > > }; > > > > > > but the Linux code in nfs4.h has, is that going to be fixed? > > > > enum pnfs_notify_deviceid_type4 { > > NOTIFY_DEVICEID4_CHANGE = 1 << 1, > > NOTIFY_DEVICEID4_DELETE = 1 << 2, > > }; > > notify_deviceid_type4 specifies bit numbers same as notify_type4 > It seems to me like the definition in nfs4.h is correct. > > Benny > > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > >