Message ID | 165489100590.703883.11054313979289027590.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-cifs-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 B5D8BCCA47B for <linux-cifs@archiver.kernel.org>; Fri, 10 Jun 2022 19:56:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350511AbiFJT44 (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Fri, 10 Jun 2022 15:56:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350216AbiFJT4z (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Fri, 10 Jun 2022 15:56:55 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 61B6511C00 for <linux-cifs@vger.kernel.org>; Fri, 10 Jun 2022 12:56:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654891013; h=from:from:reply-to:subject:subject:date:date:message-id:message-id:to: cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=irp9I7bg5aP2EcRerJx9k5cqapFEVHVDaAOauS4ZbRQ=; b=R+yJn//DGcC2QZ8zP+pxEiY1ngyqFKu7Pe9BcEWWTfz7KyBaF9myRJ96IgCjBp/KCUR2Xo uUJKCmNoLnkTYmUz5UN/mZCOZazTXEW5x1X1+WhM36gSrt1lAK77/vHAvOCSPSWd/yFkwy t+qgyJRZe+gIzZ2PuK3rxrFa3+fN25g= 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-121----5JlC7Nga4prmah_EWXw-1; Fri, 10 Jun 2022 15:56:49 -0400 X-MC-Unique: ---5JlC7Nga4prmah_EWXw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6B090801756; Fri, 10 Jun 2022 19:56:48 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id B1B6F40CF8EF; Fri, 10 Jun 2022 19:56:46 +0000 (UTC) Subject: [RFC][PATCH 0/3] netfs, afs: Cleanups From: David Howells <dhowells@redhat.com> Cc: linux-cachefs@redhat.com, linux-afs@lists.infradead.org, Jeff Layton <jlayton@kernel.org>, dhowells@redhat.com, Linus Torvalds <torvalds@linux-foundation.org>, Jeff Layton <jlayton@kernel.org>, linux-afs@lists.infradead.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs-developer@lists.sourceforge.net, linux-erofs@lists.ozlabs.org, linux-cachefs@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 10 Jun 2022 20:56:45 +0100 Message-ID: <165489100590.703883.11054313979289027590.stgit@warthog.procyon.org.uk> User-Agent: StGit/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series | netfs, afs: Cleanups | expand |
On Fri, Jun 10, 2022 at 12:56 PM David Howells <dhowells@redhat.com> wrote: > > Here are some cleanups, one for afs and a couple for netfs: Pulled, Linus