CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/15 08:25:09
Modified files:
sbin/fsck_ffs : setup.c
Log message:
When fsck_ffs is used with disklabel UIDs the hot root test fails in
blockcheck() since we try to stat() the UID. This means that we fail to
reload the mount if we have indeed cleaned the read-only root file system.
To avoid this, rerun blockcheck() if the real name is different to the
original device name, once we have opened the device with opendev(3).
ok krw@ thib@