From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754993AbaHYIZz (ORCPT ); Mon, 25 Aug 2014 04:25:55 -0400 Received: from mail-ob0-f180.google.com ([209.85.214.180]:40692 "EHLO mail-ob0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754965AbaHYIZw (ORCPT ); Mon, 25 Aug 2014 04:25:52 -0400 MIME-Version: 1.0 In-Reply-To: <20140825043755.GE32620@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> From: Dongsheng Song Date: Mon, 25 Aug 2014 16:25:31 +0800 Message-ID: Subject: Re: [PATCH v4 3/4] zram: zram memory size limitation To: Minchan Kim 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > +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. -- Dongsheng