From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:59085 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933415AbcFQMBq (ORCPT ); Fri, 17 Jun 2016 08:01:46 -0400 Date: Fri, 17 Jun 2016 14:01:44 +0200 From: Christoph Hellwig To: Jan Kara Cc: Christoph Hellwig , xfs@oss.sgi.com, rpeterso@redhat.com, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 02/14] fs: introduce iomap infrastructure Message-ID: <20160617120144.GA333@lst.de> References: <1464792297-13185-1-git-send-email-hch@lst.de> <1464792297-13185-3-git-send-email-hch@lst.de> <20160616161242.GB2106@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160616161242.GB2106@quack2.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Jun 16, 2016 at 06:12:42PM +0200, Jan Kara wrote: > This is actually in 512-byte units, not in fs blocks as the comment > suggests, right? Indeed, thanks for spotting this!