Message ID | 20220824093501.384755-1-dwysocha@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-nfs-owner@kernel.org> 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 5BE2DC38142 for <linux-nfs@archiver.kernel.org>; Wed, 24 Aug 2022 09:35:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235463AbiHXJfN (ORCPT <rfc822;linux-nfs@archiver.kernel.org>); Wed, 24 Aug 2022 05:35:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235680AbiHXJfL (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Wed, 24 Aug 2022 05:35:11 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1493076443 for <linux-nfs@vger.kernel.org>; Wed, 24 Aug 2022 02:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1661333709; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=svgx48O+sZiHrg49Ikl8xp1SYbrgYFheSwSNP4x6DZI=; b=ggO9rdGPEutrDCTOVNkBd9lE8nECeK+J+xChBz0e3TRQcXLCSs0+AJtoLYCnKOd4/W+isW pOR6oOALU35wJZUTqQ1Y1HBFM1oa5ORGC7wwyealdiJSR3R5u5a6WiX7FPI60x/aUnVA2F GB+16JFYhuv/t9SRCV18dOT3b33f8Ak= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-522-Tb0UZZv_OIG1CiPcDC0EGQ-1; Wed, 24 Aug 2022 05:35:04 -0400 X-MC-Unique: Tb0UZZv_OIG1CiPcDC0EGQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9FDF685A585; Wed, 24 Aug 2022 09:35:03 +0000 (UTC) Received: from dwysocha.rdu.csb (unknown [10.22.8.98]) by smtp.corp.redhat.com (Postfix) with ESMTPS id ED36314152E0; Wed, 24 Aug 2022 09:35:02 +0000 (UTC) From: Dave Wysochanski <dwysocha@redhat.com> To: Anna Schumaker <anna.schumaker@netapp.com>, Trond Myklebust <trond.myklebust@hammerspace.com>, David Howells <dhowells@redhat.com> Cc: linux-nfs@vger.kernel.org, linux-cachefs@redhat.com, Benjamin Maynard <benmaynard@google.com>, Daire Byrne <daire.byrne@gmail.com> Subject: [RFC PATCH 0/3] Convert NFS to the new netfs API Date: Wed, 24 Aug 2022 05:34:58 -0400 Message-Id: <20220824093501.384755-1-dwysocha@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 Precedence: bulk List-ID: <linux-nfs.vger.kernel.org> X-Mailing-List: linux-nfs@vger.kernel.org |
Series | Convert NFS to the new netfs API | expand |