Message ID | 158897464246.1116213.8184341356151224705.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=IGmK=6W=vger.kernel.org=linux-nfs-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D0D5315E6 for <patchwork-linux-nfs@patchwork.kernel.org>; Fri, 8 May 2020 21:50:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ACBAB2173E for <patchwork-linux-nfs@patchwork.kernel.org>; Fri, 8 May 2020 21:50:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="SSxf0gco" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727926AbgEHVuz (ORCPT <rfc822;patchwork-linux-nfs@patchwork.kernel.org>); Fri, 8 May 2020 17:50:55 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:41152 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727110AbgEHVuy (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Fri, 8 May 2020 17:50:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588974653; 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: content-transfer-encoding:content-transfer-encoding; bh=WfmItu00sqA0T6UZ4ttYmvbh9bbKybU1lr+8KSmJvZg=; b=SSxf0gco69Ef0B3w4CpIMJIoMcdUnlS+Ultxrxw5cpDzWDMIgao1trzeHzz1T+VCEtq2/Z 4Km4EU4RUMlDb39KDlHjTfJzEa47p1GG/zE9Gt9PfhptQ7/xyxbB5mSLvRb5mHhu8BC/0i hHvxdchN2xxYUfbI1LzNDYeEleBgmDU= 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-335-rgvPNQIfOmSSfAHrHEesyw-1; Fri, 08 May 2020 17:50:52 -0400 X-MC-Unique: rgvPNQIfOmSSfAHrHEesyw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D9D138014C1; Fri, 8 May 2020 21:50:50 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-118-225.rdu2.redhat.com [10.10.118.225]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5B5CE5C3FD; Fri, 8 May 2020 21:50:43 +0000 (UTC) Subject: [PATCH 0/4] cachefiles, nfs: Fixes From: David Howells <dhowells@redhat.com> To: torvalds@linux-foundation.org, Trond Myklebust <trond.myklebust@hammerspace.com> Cc: Carlos Maiolino <cmaiolino@redhat.com>, Dave Wysochanski <dwysocha@redhat.com>, David Wysochanski <dwysocha@redhat.com>, dhowells@redhat.com, Anna Schumaker <anna.schumaker@netapp.com>, linux-nfs@vger.kernel.org, linux-cachefs@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 08 May 2020 22:50:42 +0100 Message-ID: <158897464246.1116213.8184341356151224705.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.21 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: <linux-nfs.vger.kernel.org> X-Mailing-List: linux-nfs@vger.kernel.org |
Series |
cachefiles, nfs: Fixes
|
expand
|
Oops - I forgot to include a patch. I'll resend. David