[RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8)

Christoph Hellwig hch at infradead.org
Thu May 8 07:54:05 CDT 2014


On Thu, May 08, 2014 at 08:02:28AM -0400, Brian Foster wrote:
> Missing a $ here...
> 
> Adding that, the single threaded build still breaks for me. E.g.,
> 
> - rm -rf fs/xfs
> - git checkout -- .
> - make

The kernel build systems doesn't support building a single module from
multiple makefiles.  Take a look how to handle a subdirectory in the
older XFS versions that still had that linux-2.6 subdirectory, it just
pulls the files in the subdirectory in from the main makefile, which
requires some tiny hacks for the include path.



More information about the xfs mailing list