From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933539AbaJVXT4 (ORCPT ); Wed, 22 Oct 2014 19:19:56 -0400 Received: from LGEMRELSE6Q.lge.com ([156.147.1.121]:48601 "EHLO lgemrelse6q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932650AbaJVXTz (ORCPT ); Wed, 22 Oct 2014 19:19:55 -0400 X-Original-SENDERIP: 10.177.220.156 X-Original-MAILFROM: minchan@kernel.org Date: Thu, 23 Oct 2014 08:20:22 +0900 From: Minchan Kim To: karam.lee@lge.com, Andrew Morton Cc: ngupta@vflare.org, linux-kernel@vger.kernel.org, matthew.r.wilcox@intel.com, jmarchan@redhat.com, seungho1.park@lge.com Subject: Re: [PATCH v5 0/3] zram: add rw_page implementation for zram and clean up unnecessary parameter Message-ID: <20141022232022.GH21620@bbox> References: <1413967490-20218-1-git-send-email-karam.lee@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1413967490-20218-1-git-send-email-karam.lee@lge.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 Hey Karam, You could keep Acked-by/Reviewed-by gotten from me and Jerome in old versions if new version isn't changed heavily. It's credit of them and at least, you should respect it. :) Please Cc Andrew for zram patches because he merges the patche into his tree (ie, mmotm). Oops but get_maintainer.pl -f drivers/block/zram doesn't say it. :( Anyway, Thansk for nice work! On Wed, Oct 22, 2014 at 05:44:46PM +0900, karam.lee@lge.com wrote: > From: "karam.lee" > > Recently rw_page block device operation has been added. > This patchset implements rw_page operation for zram block device > and does some clean-up. > > Patches 1~2 are for clean-up. > Patch 3 is for implementation of rw_page operation. > With the rw_page operation, zram can do I/O without allocating a BIO. > It make zram can save time and memory. > > karam.lee (3): > zram: remove bio parameter from zram_bvec_rw(). > zram: change parameter from vaild_io_request() > zram: implement rw_page operation of zram Acked-by: Minchan Kim -- Kind regards, Minchan Kim