Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755442Ab0KSQTd (ORCPT ); Fri, 19 Nov 2010 11:19:33 -0500 Received: from THUNK.ORG ([69.25.196.29]:49292 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754621Ab0KSQTc (ORCPT ); Fri, 19 Nov 2010 11:19:32 -0500 Date: Fri, 19 Nov 2010 11:19:29 -0500 From: "Ted Ts'o" To: Lukas Czerner Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, sandeen@redhat.com Subject: Re: [PATCH 2/2] ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard Message-ID: <20101119161929.GI10039@thunk.org> Mail-Followup-To: Ted Ts'o , Lukas Czerner , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, sandeen@redhat.com References: <1290065809-3976-1-git-send-email-lczerner@redhat.com> <1290065809-3976-2-git-send-email-lczerner@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290065809-3976-2-git-send-email-lczerner@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 920 Lines: 25 On Thu, Nov 18, 2010 at 08:36:49AM +0100, Lukas Czerner wrote: > @@ -541,6 +541,7 @@ struct ext4_new_group_data { > /* note ioctl 11 reserved for filesystem-independent FIEMAP ioctl */ > #define EXT4_IOC_ALLOC_DA_BLKS _IO('f', 12) > #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent) > +#define EXT4_IOC_TRIM FITRIM If we're going to keep FITRIM defined in include/fs.h, then we should just dispatch off of FITRIM below, and not define EXT4_IOC_TRIM. > + case EXT4_IOC_TRIM: > + { Agreed? There's no point making this look like an EXT4-specific interface; if other file systems want to implement FITRIM as an ioctl, they are free to do so. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/