From patchwork Mon Jan 22 11:50:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Howells X-Patchwork-Id: 13525341 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F7CB3D969 for ; Mon, 22 Jan 2024 11:50:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705924226; cv=none; b=ISZDBeijXpYrjlEEtMQm0T3Pvg6Lg9IWNpi+Ip/hjXaVW4JYhoNSqZsFkOt5+25j4lUAYZFCsFrYFnk3COqaSXAQDcV4rTOJvWfHXivzG9A+pGATYLRuoM+5tQH4F+ryAcM+kH/bJ2rxSR1ndSRa5w5IphJuIsf2/7QFNgTzmEs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705924226; c=relaxed/simple; bh=Su7A1i3HKqk5azEV0eLpu0T2S7uFiOiSyMb/yVBo57g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=mMcwAv6vtIfboooESnh7LLgP8rsGl9Y1rCy6dWm4vwjitXPA6B4rWYjqWYBwTnzkRhcYHpRbbn5egN5CLi/hW7yUUYYwjtterMMwx4h4Z1AgmIuZY8y3oI17vNoc5nQ7WL32fb/I/IMMj3J01/uWuIKwyeyWbe470q61poyWEx8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=FsIx7U3s; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="FsIx7U3s" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705924224; 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: in-reply-to:in-reply-to:references:references; bh=KeeG0FfVujDf91nAvy13CDWA92gJt33lwcR42KZA7GE=; b=FsIx7U3sF7eQk5SxuVWr2Dgroz6+XcgboWn7VJIl0EGPb1ltmLOFEcuEdGBVr4VJJMeUeu 6Yw6DDQdzvO1ExTKl8ns+ihHjcROv1MpeyYpDy2bNZ79GuGhbbVolDGck/D6qrPraqG8F+ KKHPa8Y1YX1bfhwq7wGt3gbD/n6I0Fc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-562-AisSLAzPOYKrDxNVjIRW0w-1; Mon, 22 Jan 2024 06:50:18 -0500 X-MC-Unique: AisSLAzPOYKrDxNVjIRW0w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 50BEE80007C; Mon, 22 Jan 2024 11:50:17 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5369D400D7AB; Mon, 22 Jan 2024 11:50:15 +0000 (UTC) From: David Howells To: netfs@lists.linux.dev Cc: David Howells , Christian Brauner , Jeff Layton , Matthew Wilcox , linux-cachefs@redhat.com, linux-afs@lists.infradead.org, linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs@lists.linux.dev, linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] netfs: Add Jeff Layton as reviewer Date: Mon, 22 Jan 2024 11:50:01 +0000 Message-ID: <20240122115007.3820330-3-dhowells@redhat.com> In-Reply-To: <20240122115007.3820330-1-dhowells@redhat.com> References: <20240122115007.3820330-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: linux-cifs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 Add Jeff Layton as a reviewer in the MAINTAINERS file. Signed-off-by: David Howells Acked-by: Jeff Layton cc: netfs@lists.linux.dev cc: linux-fsdevel@vger.kernel.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ab5858d24ffc..2f4f4bf2e7f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8223,6 +8223,7 @@ F: include/linux/iomap.h FILESYSTEMS [NETFS LIBRARY] M: David Howells +R: Jeff Layton L: netfs@lists.linux.dev L: linux-fsdevel@vger.kernel.org S: Supported