On Tue, Jul 16, 2019 at 09:59:01PM -0700, Christoph Hellwig wrote: > 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" ? Er... yes, it would seem so. --D