From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753403AbcFTIB1 (ORCPT ); Mon, 20 Jun 2016 04:01:27 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:48294 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751628AbcFTIAi (ORCPT ); Mon, 20 Jun 2016 04:00:38 -0400 X-Original-SENDERIP: 156.147.1.151 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 165.244.98.203 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Mon, 20 Jun 2016 17:00:21 +0900 From: Minchan Kim To: Vitaly Wool CC: Geliang Tang , Nitin Gupta , Sergey Senozhatsky , Dan Streetman , LKML , Linux-MM Subject: Re: [PATCH] zram: update zram to use zpool Message-ID: <20160620080021.GB28207@bbox> References: <20160615231732.GJ17127@bbox> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB07/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/06/20 17:00:10, Serialize by Router on LGEKRMHUB07/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/06/20 17:00:10, Serialize complete at 2016/06/20 17:00:10 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 17, 2016 at 10:30:58AM +0200, Vitaly Wool wrote: > Hi Minchan, > > On Thu, Jun 16, 2016 at 1:17 AM, Minchan Kim wrote: > > On Wed, Jun 15, 2016 at 10:42:07PM +0800, Geliang Tang wrote: > >> Change zram to use the zpool api instead of directly using zsmalloc. > >> The zpool api doesn't have zs_compact() and zs_pool_stats() functions. > >> I did the following two things to fix it. > >> 1) I replace zs_compact() with zpool_shrink(), use zpool_shrink() to > >> call zs_compact() in zsmalloc. > >> 2) The 'pages_compacted' attribute is showed in zram by calling > >> zs_pool_stats(). So in order not to call zs_pool_state() I move the > >> attribute to zsmalloc. > >> > >> Signed-off-by: Geliang Tang > > > > NACK. > > > > I already explained why. > > http://lkml.kernel.org/r/20160609013411.GA29779@bbox > > This is a fair statement, to a certain extent. I'll let Geliang speak > for himself but I am personally interested in this zram extension > because I want it to work on MMU-less systems. zsmalloc can not handle > that, so I want to be able to use zram over z3fold. Could you tell me more detail? What's the usecase? > > Best regards, > Vitaly > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email@kvack.org