]> git.proxmox.com Git - mirror_zfs.git/commit
Add basic uio support
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 22 Dec 2010 20:13:57 +0000 (12:13 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:21:43 +0000 (09:21 -0800)
commit590329b50cda53cad87a4222d55cdbb35bfcf494
treecb77c607cfe8eb8d86630ac03f3064ca6e5456ec
parent538f669f63e43b1d2a288c872a66b9d18b4a4bee
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.
include/sys/Makefile.am
include/sys/Makefile.in
include/sys/uio_impl.h [new file with mode: 0644]
include/sys/zfs_context.h
lib/libzpool/Makefile.am
lib/libzpool/Makefile.in
module/zcommon/Makefile.in
module/zcommon/zfs_uio.c [new file with mode: 0644]