Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Dec 2003 22:24:35 -0700
From:      Scott Long <scottl@freebsd.org>
To:        Don Lewis <truckman@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <3FD2B993.6060808@freebsd.org>
In-Reply-To: <200312070516.hB75Gqg5026429@repoman.freebsd.org>
References:  <200312070516.hB75Gqg5026429@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Don Lewis wrote:
> truckman    2003/12/06 21:16:52 PST
> 
>   FreeBSD src repository
> 
>   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.
>   
>   Revision  Changes    Path
>   1.226     +2 -0      src/sys/ufs/ffs/ffs_vfsops.c
> 

Excellent job tracking this down, thanks.

Scott



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