From patchwork Thu Sep 13 03:01:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: zhong jiang X-Patchwork-Id: 10598667 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4BC23920 for ; Thu, 13 Sep 2018 03:13:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3B5302AB6F for ; Thu, 13 Sep 2018 03:13:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2F3AF2ADE4; Thu, 13 Sep 2018 03:13:47 +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.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 8172A2AB6F for ; Thu, 13 Sep 2018 03:13:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727764AbeIMIVF (ORCPT ); Thu, 13 Sep 2018 04:21:05 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:11697 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726794AbeIMIVE (ORCPT ); Thu, 13 Sep 2018 04:21:04 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 9AAFF372157C8; Thu, 13 Sep 2018 11:13:32 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.399.0; Thu, 13 Sep 2018 11:13:30 +0800 From: zhong jiang To: CC: , , , Subject: [PATCHv3 0/2] change some function to be void function Date: Thu, 13 Sep 2018 11:01:13 +0800 Message-ID: <1536807675-25086-1-git-send-email-zhongjiang@huawei.com> X-Mailer: git-send-email 1.7.12.4 MIME-Version: 1.0 X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP zhong jiang (2): btrfs: change unpin_extent_cache to be void function btrfs: change remove_extent_mapping to be void function fs/btrfs/extent_map.c | 10 ++-------- fs/btrfs/extent_map.h | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-)