From patchwork Wed Apr 18 12:18:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Matthew Wilcox (Oracle)" X-Patchwork-Id: 10348059 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 AD6206031B for ; Wed, 18 Apr 2018 12:18:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9E807285E1 for ; Wed, 18 Apr 2018 12:18:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 930D0285EB; Wed, 18 Apr 2018 12:18:16 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID 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 7D7D5285E1 for ; Wed, 18 Apr 2018 12:18:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753071AbeDRMSO (ORCPT ); Wed, 18 Apr 2018 08:18:14 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:51028 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752116AbeDRMSN (ORCPT ); Wed, 18 Apr 2018 08:18:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=KXiFVXTLoEPQtclkAo3kT0ArwmQnj6rmHCzQHAdjeYs=; b=ezcws21ZO2a2fWD3uF0/ynMVE ihprVSkxmjyp1cKM0zLqcqKtXquyeBe+xlBKVrKDdDrGdBsXfoqkqzXW/s4VeeOsxi/4DvKRokogF DiqrcZbsLa8elQYm8hoRGK2ASrDqzBXsq9qU43hcA5YuOmvRJalxjIJZ3w2teATcJRLIYWYxRQPiN nNiILx5D4l/TOBWm87f7T67cTjZQYaDy2wmOBpmXDxoD+/iGzX4DNiuaBIaDW38DhjBCBgP9g1n8q TiYxmNstmg89A6Qz1zJKMwdeqMmLvHy85xprH/fX5Kx4X3FibJYcmWcPRnNLVLRSyBETyCoq4ZcO5 roiCPqfsg==; Received: from willy by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1f8m2O-0004xx-Ly; Wed, 18 Apr 2018 12:18:12 +0000 Date: Wed, 18 Apr 2018 05:18:12 -0700 From: Matthew Wilcox To: Christoph Hellwig Cc: Dave Chinner , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, rdorr@microsoft.com Subject: Re: [PATCH 3/4] blk: add blk_queue_fua() helper function Message-ID: <20180418121812.GA27475@bombadil.infradead.org> References: <20180418040828.18165-1-david@fromorbit.com> <20180418040828.18165-4-david@fromorbit.com> <20180418103403.GA16044@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180418103403.GA16044@lst.de> User-Agent: Mutt/1.9.2 (2017-12-15) 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 On Wed, Apr 18, 2018 at 12:34:03PM +0200, Christoph Hellwig wrote: > s/blk/block/ for block patches. I think this is something we should put in MAINTAINERS. Eventually some tooling can pull it out, but I don't think this is something that people can reasonably be expected to know. diff --git a/MAINTAINERS b/MAINTAINERS index 0a1410d5a621..c6358fa58fed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -81,6 +81,7 @@ Descriptions of section entries: R: Designated reviewer: FullName These reviewers should be CCed on patches. L: Mailing list that is relevant to this area + J: Prefix to use when sending a patch W: Web-page with status/info B: URI for where to file bugs. A web-page with detailed bug filing info, a direct bug tracker link, or a mailto: URI. @@ -2667,6 +2668,7 @@ F: drivers/leds/leds-blinkm.c BLOCK LAYER M: Jens Axboe L: linux-block@vger.kernel.org +J: block T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git S: Maintained F: block/ @@ -14927,6 +14929,7 @@ M: Pawel Osciak M: Marek Szyprowski M: Kyungmin Park L: linux-media@vger.kernel.org +J: videobuf S: Maintained F: drivers/media/v4l2-core/videobuf2-* F: include/media/videobuf2-*