diff options
author | Brian Behlendorf <[email protected]> | 2010-12-22 12:13:57 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-02-10 09:21:43 -0800 |
commit | 590329b50cda53cad87a4222d55cdbb35bfcf494 (patch) | |
tree | cb77c607cfe8eb8d86630ac03f3064ca6e5456ec /module/zcommon/Makefile.in | |
parent | 538f669f63e43b1d2a288c872a66b9d18b4a4bee (diff) |
Add basic uio support
This code originates in OpenSolaris and was modified by KQ Infotech
to be compatible with Linux. While supporting uios in the short
term is useful to get something working this is not an abstraction
we want to keep. This code is expected to be short lived and
removed as soon as all the remaining uio based APIs and updated.
Diffstat (limited to 'module/zcommon/Makefile.in')
-rw-r--r-- | module/zcommon/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zcommon/Makefile.in b/module/zcommon/Makefile.in index ee4864ffc..e564b77b4 100644 --- a/module/zcommon/Makefile.in +++ b/module/zcommon/Makefile.in @@ -13,4 +13,5 @@ $(MODULE)-objs += @top_srcdir@/module/zcommon/zprop_common.o $(MODULE)-objs += @top_srcdir@/module/zcommon/zfs_namecheck.o $(MODULE)-objs += @top_srcdir@/module/zcommon/zfs_comutil.o $(MODULE)-objs += @top_srcdir@/module/zcommon/zfs_fletcher.o +$(MODULE)-objs += @top_srcdir@/module/zcommon/zfs_uio.o $(MODULE)-objs += @top_srcdir@/module/zcommon/zpool_prop.o |