From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752168AbbCLBYL (ORCPT ); Wed, 11 Mar 2015 21:24:11 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:43714 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbbCLBYJ (ORCPT ); Wed, 11 Mar 2015 21:24:09 -0400 Date: Thu, 12 Mar 2015 10:24:02 +0900 From: Minchan Kim To: Sergey Senozhatsky Cc: Andrew Morton , Nitin Gupta , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [PATCH 2/6] zram: move compact_store() to sysfs functions area Message-ID: <20150312012402.GB10820@blaptop> References: <1426000114-4471-1-git-send-email-sergey.senozhatsky@gmail.com> <1426000114-4471-3-git-send-email-sergey.senozhatsky@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426000114-4471-3-git-send-email-sergey.senozhatsky@gmail.com> 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 Wed, Mar 11, 2015 at 12:08:30AM +0900, Sergey Senozhatsky wrote: > A cosmetic change. We have a new code layout and keep zram per-device > sysfs store and show functions in one place. Move compact_store() to > that handlers block to conform to current layout. > > Signed-off-by: Sergey Senozhatsky Acked-by: Minchan Kim I should have done by myself. Thanks, Sergey! -- Kind regards, Minchan Kim