From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755569Ab2GaQTW (ORCPT ); Tue, 31 Jul 2012 12:19:22 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:52687 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755205Ab2GaQTV (ORCPT ); Tue, 31 Jul 2012 12:19:21 -0400 Date: Tue, 31 Jul 2012 09:19:16 -0700 From: Greg Kroah-Hartman To: Konrad Rzeszutek Wilk Cc: Dan Magenheimer , devel@driverdev.osuosl.org, Seth Jennings , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Minchan Kim , Konrad Rzeszutek Wilk , Andrew Morton , Robert Jennings , Nitin Gupta Subject: Re: [PATCH 0/4] promote zcache from staging Message-ID: <20120731161916.GA4941@kroah.com> References: <1343413117-1989-1-git-send-email-sjenning@linux.vnet.ibm.com> <20120727205932.GA12650@localhost.localdomain> <5016DE4E.5050300@linux.vnet.ibm.com> <20120731155843.GP4789@phenom.dumpdata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120731155843.GP4789@phenom.dumpdata.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 31, 2012 at 11:58:43AM -0400, Konrad Rzeszutek Wilk wrote: > So in my head I feel that it is Ok to: > 1) address the concerns that zcache has before it is unstaged > 2) rip out the two-engine system with a one-engine system > (and see how well it behaves) > 3) sysfs->debugfs as needed > 4) other things as needed > > I think we are getting hung-up what Greg said about adding features > and the two-engine->one engine could be understood as that. > While I think that is part of a staging effort to clean up the > existing issues. Lets see what Greg thinks. Greg has no idea, except I want to see the needed fixups happen before new features get added. Add the new features _after_ it is out of staging. greg k-h