From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754612AbdH1IXP (ORCPT ); Mon, 28 Aug 2017 04:23:15 -0400 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:56555 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751234AbdH1IXM (ORCPT ); Mon, 28 Aug 2017 04:23:12 -0400 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.220.163 X-Original-MAILFROM: minchan@kernel.org Date: Mon, 28 Aug 2017 17:23:10 +0900 From: Minchan Kim To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, axboe@kernel.dk, hch@lst.de, sfr@canb.auug.org.au, mm-commits@vger.kernel.org Subject: Re: + zram-mm-vs-block.patch added to -mm tree Message-ID: <20170828082310.GA6867@blaptop> References: <59a0805d.+Stgs7t+IN2CkqZt%akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59a0805d.+Stgs7t+IN2CkqZt%akpm@linux-foundation.org> 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 Fri, Aug 25, 2017 at 12:54:05PM -0700, akpm@linux-foundation.org wrote: > > The patch titled > Subject: zram-mm-vs-block > has been added to the -mm tree. Its filename is > zram-mm-vs-block.patch > > This patch should soon appear at > http://ozlabs.org/~akpm/mmots/broken-out/zram-mm-vs-block.patch > and later at > http://ozlabs.org/~akpm/mmotm/broken-out/zram-mm-vs-block.patch > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/SubmitChecklist when testing your code *** > > The -mm tree is included into linux-next and is updated > there every 3-4 working days > > ------------------------------------------------------ > From: Andrew Morton > Subject: zram-mm-vs-block > > resolve interface changes from block tree > > Cc: Christoph Hellwig > Cc: Stephen Rothwell > Cc: Minchan Kim > Cc: Jens Axboe > Signed-off-by: Andrew Morton Thanks for the handling this issue, Andrew and Christoph!