From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 03/10] xfs: eliminate the pos variable in xfs_file_dio_aio_write Date: Fri, 8 Apr 2016 00:43:12 +0200 Message-ID: <20160407224312.GA8443@lst.de> References: <1460044324-5298-1-git-send-email-hch@lst.de> <1460044324-5298-4-git-send-email-hch@lst.de> <20160407223111.GF761@dastard> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160407223111.GF761@dastard> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dave Chinner Cc: Christoph Hellwig , viro-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org On Fri, Apr 08, 2016 at 08:31:11AM +1000, Dave Chinner wrote: > On Thu, Apr 07, 2016 at 08:51:57AM -0700, Christoph Hellwig wrote: > > Signed-off-by: Christoph Hellwig > > --- > > fs/xfs/xfs_file.c | 17 ++++++++--------- > > 1 file changed, 8 insertions(+), 9 deletions(-) > .... > > Looks fine. Do you want me to pull this directly into the XFS tree? The following patches depend on it, so everything should really go through Al's tree. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:43736 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753278AbcDGWnP (ORCPT ); Thu, 7 Apr 2016 18:43:15 -0400 Date: Fri, 8 Apr 2016 00:43:12 +0200 From: Christoph Hellwig To: Dave Chinner Cc: Christoph Hellwig , viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCH 03/10] xfs: eliminate the pos variable in xfs_file_dio_aio_write Message-ID: <20160407224312.GA8443@lst.de> References: <1460044324-5298-1-git-send-email-hch@lst.de> <1460044324-5298-4-git-send-email-hch@lst.de> <20160407223111.GF761@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160407223111.GF761@dastard> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Apr 08, 2016 at 08:31:11AM +1000, Dave Chinner wrote: > On Thu, Apr 07, 2016 at 08:51:57AM -0700, Christoph Hellwig wrote: > > Signed-off-by: Christoph Hellwig > > --- > > fs/xfs/xfs_file.c | 17 ++++++++--------- > > 1 file changed, 8 insertions(+), 9 deletions(-) > .... > > Looks fine. Do you want me to pull this directly into the XFS tree? The following patches depend on it, so everything should really go through Al's tree.