From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:50388 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725892AbfGQE7C (ORCPT ); Wed, 17 Jul 2019 00:59:02 -0400 Date: Tue, 16 Jul 2019 21:59:01 -0700 From: Christoph Hellwig Subject: Re: [PATCH 1/9] iomap: start moving code to fs/iomap/ Message-ID: <20190717045901.GA7113@infradead.org> References: <156321356040.148361.7463881761568794395.stgit@magnolia> <156321356685.148361.4004787941003993925.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <156321356685.148361.4004787941003993925.stgit@magnolia> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: "Darrick J. Wong" Cc: hch@infradead.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, agruenba@redhat.com On Mon, Jul 15, 2019 at 10:59:26AM -0700, Darrick J. Wong wrote: > @@ -0,0 +1,7 @@ > +# SPDX-License-Identifier: GPL-2.0-or-newer > +# > +# Copyright (c) 2019 Oracle. > +# All Rights Reserved. > +# > + > +ccflags-y += -I $(srctree)/$(src)/.. Is this for the fs/internal.h include? Can't we just include that using #include "../internal.h" ?