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 (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q8REwELp108552 for ; Thu, 27 Sep 2012 09:58:14 -0500 Date: Thu, 27 Sep 2012 09:59:29 -0500 From: Ben Myers Subject: Re: [PATCH] xfsprog: remove duplicate vector memalign from xfs_io Message-ID: <20120927145929.GU25175@sgi.com> References: <20120925142414.660506845@sgi.com> <20120925142421.398175185@sgi.com> <20120926220434.GG13214@sgi.com> <20120927000101.GB15236@dastard> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20120927000101.GB15236@dastard> 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 Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Dave Chinner Cc: Mark Tinguely , xfs@oss.sgi.com Hey Dave, On Thu, Sep 27, 2012 at 10:01:01AM +1000, Dave Chinner wrote: > On Wed, Sep 26, 2012 at 05:04:34PM -0500, Ben Myers wrote: > > On Tue, Sep 25, 2012 at 09:24:15AM -0500, Mark Tinguely wrote: > > > The vector feature of xfs_io uses its own memory buffer in the iov structure > > > and does not use the buffer entry. Remove the duplicate memalign. > > > > Looks to me that there is a usage of buffer in __dump_buffer. However, > > I suspect there shouldn't be. I suggest (untested,ymmv,ianal,etc): > > > > :!quilt di > > Index: xfsprogs/io/pread.c > > =================================================================== > > --- xfsprogs.orig/io/pread.c > > +++ xfsprogs/io/pread.c > > @@ -130,7 +130,7 @@ __dump_buffer( > > int i, j; > > char *p; > > > > - for (i = 0, p = (char *)buffer; i < len; i += 16) { > > + for (i = 0, p = (char *)buf; i < len; i += 16) { > > char *s = p; > > > > printf("%08llx: ", (unsigned long long)offset + i); > > Can you post that as a proper patch? Looks like Mark posted it in v2. ;) -Ben _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs