Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2011 21:37:52 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/common ufsread.c
Message-ID:  <201107252138.p6PLcAwv028531@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-07-25 21:37:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/boot/common      ufsread.c 
  Log:
  SVN rev 224403 on 2011-07-25 21:37:52Z by marius
  
  MFC: r192972 (partial)
  
  Some of the boot loader code only works on a ufs file system, but it
  uses the generic struct dirent, which happens to look identical to UFS's
  struct direct.  If BSD ever changes dirent then this will be a problem.
  
  Submitted by:   matthew dot fleming at isilon dot com
  
  Revision   Changes    Path
  1.14.10.5  +3 -2      src/sys/boot/common/ufsread.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107252138.p6PLcAwv028531>