Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2011 13:17:14 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/fsck_ffs fsck.h setup.c suj.c
Message-ID:  <201102121317.p1CDHUl4018870@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

kib         2011-02-12 13:17:14 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsck_ffs        fsck.h setup.c suj.c 
  Log:
  SVN rev 218604 on 2011-02-12 13:17:14Z by kib
  
  In checker, read journal by sectors.
  
  Due to UFS insistence to pretend that device sector size is 512 bytes,
  sector size is obtained from ioctl(DIOCGSECTORSIZE) for real devices,
  and from the label otherwise. The file images without label have to
  be made with 512 sector size.
  
  In collaboration with:  pho
  Reviewed by:    jeff
  Tested by:      bz, pho
  
  Revision  Changes    Path
  1.46      +1 -0      src/sbin/fsck_ffs/fsck.h
  1.53      +1 -1      src/sbin/fsck_ffs/setup.c
  1.6       +17 -11    src/sbin/fsck_ffs/suj.c



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