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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 D01ECC433E0 for ; Sat, 30 May 2020 11:33:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9AA7207F9 for ; Sat, 30 May 2020 11:33:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728494AbgE3Ldj (ORCPT ); Sat, 30 May 2020 07:33:39 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:46996 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727947AbgE3Ldj (ORCPT ); Sat, 30 May 2020 07:33:39 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id DD79B5039BECCB29AC07; Sat, 30 May 2020 19:33:36 +0800 (CST) Received: from huawei.com (10.90.53.225) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Sat, 30 May 2020 19:33:26 +0800 From: Zheng Bin To: , , , , , , CC: , , Subject: [PATCH v2 0/2] loop: replace kill_bdev with invalidate_bdev Date: Sat, 30 May 2020 19:40:30 +0800 Message-ID: <20200530114032.125678-1-zhengbin13@huawei.com> X-Mailer: git-send-email 2.26.0.106.g9fadedd MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.90.53.225] X-CFilter-Loop: Reflected Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org 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