From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753593AbaHZEuK (ORCPT ); Tue, 26 Aug 2014 00:50:10 -0400 Received: from lgeamrelo02.lge.com ([156.147.1.126]:35179 "EHLO lgeamrelo02.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750731AbaHZEuJ (ORCPT ); Tue, 26 Aug 2014 00:50:09 -0400 X-Original-SENDERIP: 10.177.222.156 X-Original-MAILFROM: minchan@kernel.org Date: Tue, 26 Aug 2014 13:51:00 +0900 From: Minchan Kim To: Dongsheng Song Cc: David Horner , Andrew Morton , Linux-MM , linux-kernel , Sergey Senozhatsky , Jerome Marchand , juno.choi@lge.com, seungho1.park@lge.com, Luigi Semenzato , Nitin Gupta , Seth Jennings , Dan Streetman Subject: Re: [PATCH v4 3/4] zram: zram memory size limitation Message-ID: <20140826045100.GD11319@bbox> References: <1408668134-21696-1-git-send-email-minchan@kernel.org> <1408668134-21696-4-git-send-email-minchan@kernel.org> <20140824235607.GJ17372@bbox> <20140825043755.GE32620@bbox> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Hello, On Mon, Aug 25, 2014 at 04:25:31PM +0800, Dongsheng Song wrote: > > +What: /sys/block/zram/mem_limit > > +Date: August 2014 > > +Contact: Minchan Kim > > +Description: > > + The mem_limit file is read/write and specifies the amount > > + of memory to be able to consume memory to store store > > + compressed data. The limit could be changed in run time > > + and "0" means disable the limit. No limit is the initial state. > > extra word 'store' ? > The mem_limit file is read/write and specifies the amount of memory to > be able to consume memory to store store compressed data. > > maybe this better ? > The mem_limit file is read/write and specifies the amount of memory to > store compressed data. Will fix. Thanks! > > -- > Dongsheng > > -- > 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 -- Kind regards, Minchan Kim