From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752891AbbDQBcB (ORCPT ); Thu, 16 Apr 2015 21:32:01 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:34925 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752275AbbDQBbp (ORCPT ); Thu, 16 Apr 2015 21:31:45 -0400 Date: Fri, 17 Apr 2015 10:32:00 +0900 From: Sergey Senozhatsky To: Andrew Morton Cc: Sergey Senozhatsky , Minchan Kim , Nitin Gupta , linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 00/10] cleaned up on-demand device creation Message-ID: <20150417013200.GD2412@swordfish> References: <1429185356-11096-1-git-send-email-sergey.senozhatsky@gmail.com> <20150417010024.GC2412@swordfish> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150417010024.GC2412@swordfish> 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 (04/17/15 10:00), Sergey Senozhatsky wrote: > Date: Fri, 17 Apr 2015 10:00:24 +0900 > From: Sergey Senozhatsky > To: Andrew Morton , Minchan Kim > > Cc: Nitin Gupta , linux-kernel@vger.kernel.org, Sergey > Senozhatsky > Subject: Re: [PATCHv2 00/10] cleaned up on-demand device creation > User-Agent: Mutt/1.5.23 (2014-03-12) > > On (04/16/15 20:55), Sergey Senozhatsky wrote: > > unfortunately, commit c72c6160d967ed26a0b136dbab337f821d233509 > > Author: Sergey Senozhatsky > > Date: Wed Apr 15 16:15:55 2015 -0700 > > > > zram: move compact_store() to sysfs functions area > > > > Andrew, please ignore the whole series. > > > I will send a separate patch to address the compaction issue shortly. > or simply revert c72c6160d967ed26a0b136dbab337f821d233509, which is probably even better. there is no sense in moving compact_store to a sysfs handlers logical code block anyway. there is simply no such block there yet (logical code reorganization happens in a separate patch, which was not merged into 4.1). so I think reverting it is the best option for now. $ git revert c72c6160d967ed26a0b136dbab337f821d233509 [master 211073e] Revert "zram: move compact_store() to sysfs functions area" -ss