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=-8.7 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,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 DDB66C67839 for ; Thu, 13 Dec 2018 20:32:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9961E20851 for ; Thu, 13 Dec 2018 20:32:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Wf4jpeeh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9961E20851 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-block-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727540AbeLMUc1 (ORCPT ); Thu, 13 Dec 2018 15:32:27 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:54954 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726764AbeLMUc1 (ORCPT ); Thu, 13 Dec 2018 15:32:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type: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=wyaf3Zj5OBqynIfmGub4TZanr3vNhw7drJWhfZDo9h4=; b=Wf4jpeeh5Tj/EyriYZdNmd+Um9 bnj3XQh7Kb8/YZixdVFa7OFlZmbtsWg5nPJ+poGij3qlqgvRQ/w4MGWbbFZVPrW9LtqJ6cnL1NPpg rngsOaUQ+Hs01mIUKXXNkPHBBouevbHdpT/AMFQ5kFAtHZVVTfpEHumvXq6IlQ5OGzAyblTj5ULhg WCf4iaNL6DD/GNlBTwBMv0zz585b4SuqGAVFi5bsXEd/R+OZOVH9mJTfp7MXDcnCOWWMw8KUXCGtb Gi79Yr0L0NaZAmSAVTMw9HOjX2NrYaTWxcEXhIyjIDcTIXmBxT/aff76EAeslijjEcZcz7/sNIf7N HJafaVew==; Received: from 089144198147.atnat0007.highway.a1.net ([89.144.198.147] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXXek-0005ss-9v; Thu, 13 Dec 2018 20:32:26 +0000 From: Christoph Hellwig To: axboe@kernel.dk Cc: linux-block@vger.kernel.org Subject: [PATCH 3/7] block: remove the blk_recount_segments export Date: Thu, 13 Dec 2018 21:32:10 +0100 Message-Id: <20181213203214.10650-4-hch@lst.de> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181213203214.10650-1-hch@lst.de> References: <20181213203214.10650-1-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Signed-off-by: Christoph Hellwig --- block/blk-merge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/block/blk-merge.c b/block/blk-merge.c index 62e97ec92034..ae220312f0e8 100644 --- a/block/blk-merge.c +++ b/block/blk-merge.c @@ -393,7 +393,6 @@ void blk_recount_segments(struct request_queue *q, struct bio *bio) bio_set_flag(bio, BIO_SEG_VALID); } -EXPORT_SYMBOL(blk_recount_segments); static int blk_phys_contig_segment(struct request_queue *q, struct bio *bio, struct bio *nxt) -- 2.19.2