From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (Postfix) with ESMTP id 9B96E7F37 for ; Wed, 13 Jan 2016 02:01:39 -0600 (CST) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay3.corp.sgi.com (Postfix) with ESMTP id 31E3AAC002 for ; Wed, 13 Jan 2016 00:01:36 -0800 (PST) Received: from bombadil.infradead.org ([198.137.202.9]) by cuda.sgi.com with ESMTP id GkjR6ayjCK6cVuxT (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 13 Jan 2016 00:01:33 -0800 (PST) Date: Wed, 13 Jan 2016 00:01:32 -0800 From: Christoph Hellwig Subject: Re: [PATCH 6/6] Prefer stdint types over __uint*_t and __int*_t Message-ID: <20160113080132.GM21939@infradead.org> References: <20160112210849.GG10044@nyan> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20160112210849.GG10044@nyan> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Felix Janda Cc: xfs@oss.sgi.com > dmf_f_ctxt_t *dmf_f_ctxtp = (dmf_f_ctxt_t *)contextp; > - __int64_t length; > + int64_t length; > > if (bmap[0].bmv_entries <= 0) { > return 1; /* caller must already be at EOF */ > diff --git a/doc/xfsdump.html b/doc/xfsdump.html > index 9c6722e..f85128f 100644 > --- a/doc/xfsdump.html > +++ b/doc/xfsdump.html > @@ -1935,7 +1935,7 @@ The files are constructed like so: >
>  typedef struct invt_counter {
>      INVT_COUNTER_FIELDS
> -        __uint32_t    ic_vernum;/* on disk version number for posterity */\
> +        uint32_t    ic_vernum;/* on disk version number for posterity */\

please keep the existing alignments for variable declarations or
structure members.

Otherwise this looks fine:

Reviewed-by: Christoph Hellwig 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs