K 10 svn:author V 3 avg K 8 svn:date V 27 2016-04-16T07:35:53.941845Z K 7 svn:log V 378 zfs: enable vn_io_fault support Note that now we have to account for possible partial writes in dmu_write_uio_dbuf(). It seems that on illumos either all or none of the data are expected to be written. But the partial writes are quite expected when vn_io_fault support is enabled. Reviewed by: kib MFC after: 7 weeks Differential Revision: https://reviews.freebsd.org/D2790 END