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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT 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 DD17BC43381 for ; Sun, 24 Mar 2019 09:52:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B1673222BE for ; Sun, 24 Mar 2019 09:52:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727758AbfCXJw5 (ORCPT ); Sun, 24 Mar 2019 05:52:57 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:46304 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726139AbfCXJw4 (ORCPT ); Sun, 24 Mar 2019 05:52:56 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id C00C252E9D4A77B8BDA4; Sun, 24 Mar 2019 17:52:54 +0800 (CST) Received: from huawei.com (10.90.53.225) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.408.0; Sun, 24 Mar 2019 17:52:50 +0800 From: Yufen Yu To: , Subject: [PATCH 0/2] blk-mq: cleaup code and update comment Date: Sun, 24 Mar 2019 17:57:06 +0800 Message-ID: <20190324095708.77658-1-yuyufen@huawei.com> X-Mailer: git-send-email 2.16.2.dirty MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.90.53.225] X-CFilter-Loop: Reflected Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Hi, This patchset replace blk_mq_put_driver_tag_hctx() by blk_mq_put_driver_tag(), and update comment for blk_mq_hctx_has_pending(). Yufen Yu (2): blk-mq: use blk_mq_put_driver_tag() to put tag blk-mq: update comment for blk_mq_hctx_has_pending() block/blk-flush.c | 4 ++-- block/blk-mq.c | 3 ++- block/blk-mq.h | 9 --------- 3 files changed, 4 insertions(+), 12 deletions(-) -- 2.16.2.dirty