Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A01EC433FE for ; Fri, 24 Dec 2021 07:03:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351696AbhLXHDA (ORCPT ); Fri, 24 Dec 2021 02:03:00 -0500 Received: from verein.lst.de ([213.95.11.211]:55883 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245714AbhLXHC7 (ORCPT ); Fri, 24 Dec 2021 02:02:59 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 6EC1E68BEB; Fri, 24 Dec 2021 08:02:51 +0100 (CET) Date: Fri, 24 Dec 2021 08:02:50 +0100 From: Christoph Hellwig To: Juergen Gross Cc: Christoph Hellwig , Andrew Morton , Konrad Rzeszutek Wilk , Hugh Dickins , Seth Jennings , Dan Streetman , Vitaly Wool , Matthew Wilcox , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 01/13] mm: remove cleancache Message-ID: <20211224070250.GA13081@lst.de> References: <20211224062246.1258487-1-hch@lst.de> <20211224062246.1258487-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 24, 2021 at 08:01:32AM +0100, Juergen Gross wrote: > On 24.12.21 07:22, Christoph Hellwig wrote: >> The cleancache subsystem is unused since the removal of Xen tmem driver >> in commit 814bbf49dcd0 ("xen: remove tmem driver"). >> >> Signed-off-by: Christoph Hellwig > > Hehe, this is nearly a verbatim copy of the patch I sent in 2019 (I only > missed the defconfig parts back then): > > https://lore.kernel.org/lkml/20190527103207.13287-3-jgross@suse.com/ > > Reviewed-by: Juergen Gross I'm perfectly fine with changing the attribution to your here a well.