cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Nate Lawson nate at root.org
Sun Dec 7 22:10:57 PST 2003


On Sat, 6 Dec 2003, Don Lewis wrote:
>   Modified files:
>     sys/ufs/ffs          ffs_vfsops.c
>   Log:
>   Set fs_ronly to the correct value in ffs_reload() when reloading the file
>   system super block after fsck has repaired the file system.  The value of
>   fs_ronly was getting overwritten, which caused ffs_update() to attempt to
>   update inode timestamps even though the file system was still mounted
>   read-only.
>
>   This fixes the "giving up on N buffers" error that is triggered by running
>   fsck on the root file system and then rebooting without mounting the file
>   system read-write.

My hero!

-Nate


More information about the cvs-src mailing list