From: Brian Behlendorf Date: Wed, 22 Dec 2010 20:13:57 +0000 (-0800) Subject: Add basic uio support X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=590329b50cda53cad87a4222d55cdbb35bfcf494;hp=590329b50cda53cad87a4222d55cdbb35bfcf494;p=zfs.git 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. ---