From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/5] vfs: vfs-level fiemap interface Date: Thu, 29 May 2008 09:03:49 -0400 Message-ID: <20080529130349.GC21299@infradead.org> References: <20080525000157.GK8325@wotan.suse.de> <20080528194215.GI7263@webber.adilger.int> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Mark Fasheh , linux-fsdevel@vger.kernel.org, Josef Bacik To: Andreas Dilger Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:57323 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756574AbYE2NDv (ORCPT ); Thu, 29 May 2008 09:03:51 -0400 Content-Disposition: inline In-Reply-To: <20080528194215.GI7263@webber.adilger.int> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, May 28, 2008 at 01:42:15PM -0600, Andreas Dilger wrote: > On May 24, 2008 17:01 -0700, Mark Fasheh wrote: > > Basic vfs-level fiemap infrastructure, which sets up a new ->fiemap > > inode operation. > > Mark, I was looking at a way to remove the special-casing of NUM_EXTENTS > from ioctl_fiemap() in an effort to remove Christoph's objection to > keeping these in the same ioctl. It doesn't really matter where that case is :)