From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46021C433F5 for ; Tue, 2 Nov 2021 07:04:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D0C561052 for ; Tue, 2 Nov 2021 07:04:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229931AbhKBHGs (ORCPT ); Tue, 2 Nov 2021 03:06:48 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:55589 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229526AbhKBHGq (ORCPT ); Tue, 2 Nov 2021 03:06:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635836651; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uwe6Im3+/C2CeP/app36OOxG3mb9S7+W5YEuat7D8xk=; b=Hl4Umsz023NiCDpuC4Poz/6PdPQ3EsroC1I20ZbRB8y7T/pxSZzQmexdLYRJnoKW1lHeVw bfm8E8hI9NlA8GbaasZ8jfd3deb/JgFyWke2abW9FOg0P9zgb/naIn4nmvFM6IYb/cLULh gnRPYz3HMfa4Nf5noqJ4vPy7oi0YQ0w= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-243-Uflqv8ODMQCSZp2YZnz36Q-1; Tue, 02 Nov 2021 03:04:10 -0400 X-MC-Unique: Uflqv8ODMQCSZp2YZnz36Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 05185802682; Tue, 2 Nov 2021 07:04:09 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id E312860C05; Tue, 2 Nov 2021 07:04:05 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20211102090749.009f42b3@canb.auug.org.au> References: <20211102090749.009f42b3@canb.auug.org.au> <20210921135421.13eac778@canb.auug.org.au> To: Stephen Rothwell Cc: dhowells@redhat.com, Matthew Wilcox , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the folio tree with the fscache tree MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4010601.1635836645.1@warthog.procyon.org.uk> Date: Tue, 02 Nov 2021 07:04:05 +0000 Message-ID: <4010602.1635836645@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Rothwell wrote: > > 405f4ff7f8a3 ("fscache: Remove the old I/O API") This branch is now obsolete. I'm testing a replacement branch and will hopefully push that to fscache-next this morning. David