From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752813AbdHPBz0 (ORCPT ); Tue, 15 Aug 2017 21:55:26 -0400 Received: from LGEAMRELO12.lge.com ([156.147.23.52]:58132 "EHLO lgeamrelo12.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752130AbdHPBzZ (ORCPT ); Tue, 15 Aug 2017 21:55:25 -0400 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.220.163 X-Original-MAILFROM: minchan@kernel.org Date: Wed, 16 Aug 2017 10:55:22 +0900 From: Minchan Kim To: Yisheng Xie Cc: akpm@linux-foundation.org, ngupta@vflare.org, sergey.senozhatsky.work@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next 1/2] zram: fix compr_data_size stat Message-ID: <20170816015522.GA23334@blaptop> References: <1502707447-6944-1-git-send-email-xieyisheng1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502707447-6944-1-git-send-email-xieyisheng1@huawei.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 14, 2017 at 06:44:06PM +0800, Yisheng Xie wrote: > The compr_data_size is a stat for compressed size of pages stored, which > should be updated when we compresse a page. > > Meanwhile fix a typo in comment: > * read_from_bdev_async() return 1 to avoid call page_endio() in zram_rw_page() > > Signed-off-by: Yisheng Xie Acked-by: Minchan Kim > --- > Hi Minchan, > It this ok for you to fold it? When I read title of your patch into mmotm, I guess Andrew will fold it but I'm okay if he might miss it so that it becomes stand-alone patch. Thanks Yisheng!