From patchwork Fri Sep 22 10:09:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wouter Verhelst X-Patchwork-Id: 9965793 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CA9A76035E for ; Fri, 22 Sep 2017 10:49:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ABB112984E for ; Fri, 22 Sep 2017 10:49:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A082729850; Fri, 22 Sep 2017 10:49:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 55EA42984E for ; Fri, 22 Sep 2017 10:49:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751999AbdIVKtt (ORCPT ); Fri, 22 Sep 2017 06:49:49 -0400 Received: from latin.grep.be ([46.4.76.168]:52847 "EHLO latin.grep.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbdIVKts (ORCPT ); Fri, 22 Sep 2017 06:49:48 -0400 X-Greylist: delayed 2348 seconds by postgrey-1.27 at vger.kernel.org; Fri, 22 Sep 2017 06:49:48 EDT DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=grep.be; s=2017.latin; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=pWG6pLPI2IN/CTbECA6CG0WjYYcU7xKUaC89/jApe/4=; b=MIvKkHnYlJu+W27wFYBqJ4UMatYyc0aIngLiwd11reMaoJoFeIYFiDtjIwb4qsOTa/CAcCQtUkG2speR0hQYQkMFbOMF93gPDcrEaaQvWdMhLReLwcDGhmim644Kl1eyMKUXqbcZ3IuFlhpL5FA0jFxwBF0+iOrFdBxsqEaueyxPZgceT8V6X+oRoHcKmmdNqviFT2yW2JhO0T9uQ6P89COBBvL4v6SZa4sUD2YTAJ4kuGSDIFzk7LuMmuoZovo8c+uDVig29lEEXhO/GmzAviwXVLFFb5WJpcAOmlWPR5ED30CuWGJ/e5F6jI1B0HwUR5YidCQ5iy9mfCsCJ1xNAA==; Received: from [193.191.251.1] (helo=gangtai.grep.be) by latin.grep.be with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dvKuq-0007x6-6Q; Fri, 22 Sep 2017 12:10:36 +0200 Received: from wouter by gangtai.grep.be with local (Exim 4.89) (envelope-from ) id 1dvKuS-0005Sn-UZ; Fri, 22 Sep 2017 12:10:12 +0200 Date: Fri, 22 Sep 2017 12:09:54 +0200 From: Wouter Verhelst To: nbd@other.debian.org, jbacik@fb.com, linux-block@vger.kernel.org Subject: [Nbd] [PATCH] MAINTAINERS: update list for NBD Message-ID: <20170922100954.2kxokpys5onj32ef@grep.be> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP nbd-general@sourceforge.net becomes nbd@other.debian.org, because sourceforge is just a spamtrap these days. Signed-off-by: Wouter Verhelst Reviewed-by: Josef Bacik --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fbb269415f06..2f8824995a93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9326,7 +9326,7 @@ NETWORK BLOCK DEVICE (NBD) M: Josef Bacik S: Maintained L: linux-block@vger.kernel.org -L: nbd-general@lists.sourceforge.net +L: nbd@other.debian.org F: Documentation/blockdev/nbd.txt F: drivers/block/nbd.c F: include/uapi/linux/nbd.h