From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752971AbbI3BQj (ORCPT ); Tue, 29 Sep 2015 21:16:39 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:36251 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968AbbI3BQf (ORCPT ); Tue, 29 Sep 2015 21:16:35 -0400 Date: Wed, 30 Sep 2015 10:18:31 +0900 From: Minchan Kim To: Sergey Senozhatsky Cc: Andrew Morton , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [PATCHv2] zram: update documentation Message-ID: <20150930011831.GA12727@bbox> References: <1443088601-13628-1-git-send-email-sergey.senozhatsky@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443088601-13628-1-git-send-email-sergey.senozhatsky@gmail.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 Thu, Sep 24, 2015 at 06:56:41PM +0900, Sergey Senozhatsky wrote: > From: Sergey SENOZHATSKY > > Several documentation changes. > > First, we never mentioned any errors and never required any > error checks in documentation. > > Second, mention that there is another way to configure and > manage zram devices -- zramctl, provided by util-linux. > > Third, add a bit of clarification on why `mem_used_max' attr > is RW and correct some typos. > > Signed-off-by: Sergey Senozhatsky Acked-by: Minchan Kim Thanks, Sergey!