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" ?