mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 13:55:29 +00:00
![Makoto Matsushita](/assets/img/avatar_default.png)
1) Use devfs to mount filesystems. If mounting devfs is fail, fallback to old code. 2) When fscking filesystems, use 'fsck_ffs' explicitly. As a result, we no longer need 'fsck' the wrapper program. Reviewed by: jkh