K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-10-19T18:31:39.256286Z K 7 svn:log V 316 MFC 198079: Use zfs_read() instead of xfsread() to read /boot.config. xfsread() fails short read requests, so the result was that a /boot.config smaller than 512 bytes was ignored. boot2 uses fsread() instead of xfsread() to read /boot.config already, so this makes zfsboot more like boot2. Approved by: re (kib) END