Date: Mon, 19 Oct 2009 18:52:05 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386/zfsboot zfsboot.c Message-ID: <200910191852.n9JIqGx1001644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-10-19 18:52:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot/i386/zfsboot zfsboot.c Log: SVN rev 198243 on 2009-10-19 18:52:05Z by jhb 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. Revision Changes Path 1.3.2.2 +1 -1 src/sys/boot/i386/zfsboot/zfsboot.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910191852.n9JIqGx1001644>