From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751582AbbCLBrV (ORCPT ); Wed, 11 Mar 2015 21:47:21 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:38131 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750740AbbCLBrU (ORCPT ); Wed, 11 Mar 2015 21:47:20 -0400 Date: Thu, 12 Mar 2015 10:47:26 +0900 From: Sergey Senozhatsky To: Minchan Kim Cc: Sergey Senozhatsky , Andrew Morton , Nitin Gupta , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [PATCH 4/6] zram: describe device attrs in documentation Message-ID: <20150312014726.GA948@swordfish> References: <1426000114-4471-1-git-send-email-sergey.senozhatsky@gmail.com> <1426000114-4471-5-git-send-email-sergey.senozhatsky@gmail.com> <20150312013319.GD10820@blaptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150312013319.GD10820@blaptop> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (03/12/15 10:33), Minchan Kim wrote: > FYI, git-am got failed based on next-2015311 but patch tool worked. > hm... oh, do you have this one applied From: Sergey Senozhatsky Subject: zram: do not let user enforce new device dev_id This patch forbids user to enforce device ids for newly added zram devices, as suggested by Minchan Kim. There seems to be a little interest in this functionality and its use-cases are rather non-obvious. [..] ? it does some documentation "rollbacks" Documentation/blockdev/zram.txt | 20 +- that is probably the reason. > > +---- ------ ----------- > > +disksize RO disk size > > disksize is RW > ah, good catch! will send a trivial patch later. Thanks for review! -ss