Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2009 18:31:39 +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:  <200910191831.n9JIVo06000354@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-10-19 18:31:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/boot/i386/zfsboot zfsboot.c 
  Log:
  SVN rev 198241 on 2009-10-19 18:31:39Z 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.
  
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.3.4.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?200910191831.n9JIVo06000354>