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=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,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 F2326ECE588 for ; Tue, 15 Oct 2019 16:04:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BEC15214AE for ; Tue, 15 Oct 2019 16:04:18 +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="PPBshf/U" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387773AbfJOQES (ORCPT ); Tue, 15 Oct 2019 12:04:18 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:37178 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387630AbfJOQER (ORCPT ); Tue, 15 Oct 2019 12:04:17 -0400 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:To:From:Sender: Reply-To:Cc: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=2aj0nmyXWXltpMjKV8FIrv6Gtm6dYd70L9dEmXNmV4k=; b=PPBshf/UMBx9Ry5a9PW+Nnf8v LvsGiaR5x2OSuA+T6kBm2kHjDpOjNFCDPXIjSn16y8kA/JMGxXNUYe/JMYU57gFEXa3hWvzxdJ9ur cbjwA/hVUh6IEVVLT/TAXL4ElfUI2BSbAo3t1jgegQ8EzP/9x3GqM4ZGK5Ykfzyo3Y/VpLD8GoDyD kkdjXiCXkHvoNArRkQm2DYM3JSH8rlKrRGdb83Lz3C/jaYpF6eTGUu5CYuhxCVmxDx36xcnL9bULW +qVj8lvWSMTmpC/7OEdsO7FuX/KMWnBi4lLD96Lsi57a8Emd3e/GfgFtTl2knJmMmwu/OEjqBjE+Q FtZF98+qQ==; Received: from [2001:4bb8:18c:d7b:c70:4a89:bc61:3] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKPJ3-0002bY-4F; Tue, 15 Oct 2019 16:04:17 +0000 From: Christoph Hellwig To: linux-bcache@vger.kernel.org, linux-block@vger.kernel.org Subject: [PATCH 1/2] bcache: remove the extra cflags for request.o Date: Tue, 15 Oct 2019 18:04:08 +0200 Message-Id: <20191015160409.14250-2-hch@lst.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191015160409.14250-1-hch@lst.de> References: <20191015160409.14250-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 There is no block directory this file needs includes from. Signed-off-by: Christoph Hellwig --- drivers/md/bcache/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/md/bcache/Makefile b/drivers/md/bcache/Makefile index d26b35195825..fd714628da6a 100644 --- a/drivers/md/bcache/Makefile +++ b/drivers/md/bcache/Makefile @@ -5,5 +5,3 @@ obj-$(CONFIG_BCACHE) += bcache.o bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\ io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\ util.o writeback.o - -CFLAGS_request.o += -Iblock -- 2.20.1