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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 DDBA1C433E0 for ; Thu, 18 Jun 2020 01:11:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C793F21D7B for ; Thu, 18 Jun 2020 01:11:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728757AbgFRBLh (ORCPT ); Wed, 17 Jun 2020 21:11:37 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:34400 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728745AbgFRBLg (ORCPT ); Wed, 17 Jun 2020 21:11:36 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 9F108A16537DADB85284; Thu, 18 Jun 2020 09:11:32 +0800 (CST) Received: from [127.0.0.1] (10.166.215.138) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Thu, 18 Jun 2020 09:11:26 +0800 Subject: Re: [PATCH v2 0/2] loop: replace kill_bdev with invalidate_bdev To: , , , , , , CC: , References: <20200530114032.125678-1-zhengbin13@huawei.com> <0857bafa-f7ba-dea9-3d5c-7889646b5a37@huawei.com> From: "Zhengbin (OSKernel)" Message-ID: <99403447-5460-c143-fd87-425b54d409ef@huawei.com> Date: Thu, 18 Jun 2020 09:11:17 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <0857bafa-f7ba-dea9-3d5c-7889646b5a37@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Originating-IP: [10.166.215.138] X-CFilter-Loop: Reflected Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org ping On 2020/6/8 10:39, Zhengbin (OSKernel) wrote: > ping > > On 2020/5/30 19:40, Zheng Bin wrote: >> v1->v2: modify comment, and make function 'kill_bdev' static >> >> Zheng Bin (2): >>    loop: replace kill_bdev with invalidate_bdev >>    block: make function 'kill_bdev' static >> >>   drivers/block/loop.c | 8 ++++---- >>   fs/block_dev.c       | 5 ++--- >>   include/linux/fs.h   | 2 -- >>   3 files changed, 6 insertions(+), 9 deletions(-) >> >> -- >> 2.21.3 >> >> >> . >>