From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [PATCH v7 17/22] Get rid of most mentions of XIP in ext2 Date: Thu, 10 Apr 2014 10:26:25 -0400 Message-ID: <20140410142625.GK5727@linux.intel.com> References: <0b13a744db9bfca33938bc1576f7eb7bfc9c41c2.1395591795.git.matthew.r.wilcox@intel.com> <20140409100435.GJ32103@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Matthew Wilcox , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org To: Jan Kara Return-path: Received: from mga03.intel.com ([143.182.124.21]:49815 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbaDJO0a (ORCPT ); Thu, 10 Apr 2014 10:26:30 -0400 Content-Disposition: inline In-Reply-To: <20140409100435.GJ32103@quack.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Apr 09, 2014 at 12:04:35PM +0200, Jan Kara wrote: > On Sun 23-03-14 15:08:43, Matthew Wilcox wrote: > > The only remaining usage is userspace's 'xip' option. > Looks good. You can add: > Reviewed-by: Jan Kara I've been thinking about this patch, and I'm not happy with it any more :-) I want to migrate people away from using 'xip' to 'dax' without breaking anybody's scripts. So I'm thinking about adding a new 'dax' option and having the 'xip' option print a warning and force-enable the 'dax' option. That way people who might have scripts to look for 'xip' in /proc/mounts won't break.