From mboxrd@z Thu Jan 1 00:00:00 1970 From: tytso@mit.edu Subject: Re: [PATCH 1/2] ext4: Conditionally define compat ioctl numbers Date: Tue, 25 May 2010 11:15:48 -0400 Message-ID: <20100525151548.GL5556@thunk.org> References: <1274398223.2257.0.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andreas Dilger , linux-ext4@vger.kernel.org To: Ben Hutchings Return-path: Received: from thunk.org ([69.25.196.29]:49097 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757090Ab0EYPPv (ORCPT ); Tue, 25 May 2010 11:15:51 -0400 Content-Disposition: inline In-Reply-To: <1274398223.2257.0.camel@localhost> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, May 21, 2010 at 12:30:22AM +0100, Ben Hutchings wrote: > It is unnecessary, and in general impossible, to define the compat > ioctl numbers except when building the filesystem with CONFIG_COMPAT > defined. Umm.... why? (The impossible part) I think I'm missing something here. - Ted