K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-10-19T18:52:05.133899Z K 7 svn:log V 293 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. END