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 X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E77BAC433FE for ; Tue, 14 Sep 2021 21:59:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CBCBB61056 for ; Tue, 14 Sep 2021 21:59:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234843AbhINWAo (ORCPT ); Tue, 14 Sep 2021 18:00:44 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:25044 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234786AbhINWAn (ORCPT ); Tue, 14 Sep 2021 18:00:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631656765; 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=EWjhoOQgjMbe+X4Kudlp/xxXqmY4RO46zebmZlYS91U=; b=hPxvUga6cMmI7li2mqZJUSjrRxuvCKdJf55DRdEt9935/jF/UBXcKo3IfHvdzcYHzCeS95 sp5P14x3e8Pg0lKuyC18dPi8dVKTUcBv0Oa561BdtP/xu7nP4wFp30duwus8NzYFSyu7vI z3SjYMwwVBnTcu4UmPjQaM5bnHLru+8= 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-359-95cK3flVO5ioljTyre8X1Q-1; Tue, 14 Sep 2021 17:59:22 -0400 X-MC-Unique: 95cK3flVO5ioljTyre8X1Q-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EBB68189CD1F; Tue, 14 Sep 2021 21:59:19 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id 27B141972D; Tue, 14 Sep 2021 21:59:13 +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: References: <6274f0922aecd9b40dd7ff1ef007442ed996aed7.camel@redhat.com> <163162767601.438332.9017034724960075707.stgit@warthog.procyon.org.uk> <163162772646.438332.16323773205855053535.stgit@warthog.procyon.org.uk> <439558.1631628579@warthog.procyon.org.uk> To: Dominique Martinet Cc: dhowells@redhat.com, Jeff Layton , Trond Myklebust , Anna Schumaker , Steve French , v9fs-developer@lists.sourceforge.net, linux-cachefs@redhat.com, Matthew Wilcox , Alexander Viro , Linus Torvalds , linux-afs@lists.infradead.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, ceph-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <746600.1631656752.1@warthog.procyon.org.uk> Date: Tue, 14 Sep 2021 22:59:12 +0100 Message-ID: <746601.1631656752@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Dominique Martinet wrote: > Agreed with the merge window passed it'll be for next one -- but I'd > like this to sit in -next for as long as possible, so I'd appreciate > either being able to carry the patch in my tree (difficult as then > you'll need to base yourself on mine) or you putting it in there somehow > after I've got the most basic tests verified again (do you have a branch > pulled for linux-next?) I can put it into my fscache-next branch. David