From 8299a1f41eb4761cd25ea821830295a6f32be581 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 18 Jan 2011 11:42:25 -0800 Subject: Add Linux Compat Infrastructure Lay the initial ground work for a include/linux/ compatibility directory. This was less critical in the past because the bulk of the ZFS code consumes the Solaris API via the SPL. This API was stable and the bulk Linux API differences were handled in the SPL. However, with the addition of a full Posix layer written directly against the Linux APIs we are going to need more compatibility code. It makes sense that all this code should be cleanly located in one place. Subsequent patches should move the existing zvol and vdev_disk compatibility code in to this directory. --- include/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Makefile.in') diff --git a/include/Makefile.in b/include/Makefile.in index 851bd8a12..f87cd7929 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -332,7 +332,7 @@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = sys +SUBDIRS = linux sys COMMON_H = \ $(top_srcdir)/include/zfs_comutil.h \ $(top_srcdir)/include/zfs_deleg.h \ -- cgit v1.2.3