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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 22E5FC48BD6 for ; Wed, 26 Jun 2019 14:25:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F1ED42085A for ; Wed, 26 Jun 2019 14:25:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727985AbfFZOZr (ORCPT ); Wed, 26 Jun 2019 10:25:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33762 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727516AbfFZOZp (ORCPT ); Wed, 26 Jun 2019 10:25:45 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 25304330265; Wed, 26 Jun 2019 14:25:45 +0000 (UTC) Received: from [10.72.12.33] (ovpn-12-33.pek2.redhat.com [10.72.12.33]) by smtp.corp.redhat.com (Postfix) with ESMTP id 543375D719; Wed, 26 Jun 2019 14:25:39 +0000 (UTC) Subject: Re: [PATCH] MAINTAINERS: take over for Zheng as CephFS kernel client maintainer To: Jeff Layton , idryomov@gmail.com, sage@redhat.com Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org References: <20190626112633.12267-1-jlayton@kernel.org> From: "Yan, Zheng" Message-ID: Date: Wed, 26 Jun 2019 22:25:37 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190626112633.12267-1-jlayton@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 26 Jun 2019 14:25:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/26/19 7:26 PM, Jeff Layton wrote: > Zheng wants to be able to spend more time working on the MDS, so I've > volunteered to take over for him as the CephFS kernel client maintainer. > ACK Thanks Yan, Zheng > Signed-off-by: Jeff Layton > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > Zheng, I'm assuming for now that you don't want to stay on as > co-maintainer. Let me know if that's incorrect and I'll resend. > > diff --git a/MAINTAINERS b/MAINTAINERS > index d0ed735994a5..8836f9eb2ff0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3715,7 +3715,7 @@ F: arch/powerpc/platforms/cell/ > > CEPH COMMON CODE (LIBCEPH) > M: Ilya Dryomov > -M: "Yan, Zheng" > +M: Jeff Layton > M: Sage Weil > L: ceph-devel@vger.kernel.org > W: http://ceph.com/ > @@ -3727,7 +3727,7 @@ F: include/linux/ceph/ > F: include/linux/crush/ > > CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH) > -M: "Yan, Zheng" > +M: Jeff Layton > M: Sage Weil > M: Ilya Dryomov > L: ceph-devel@vger.kernel.org >