Stefan Esser wrote:
> On 2001-02-07 05:20 -0800, Peter Wemm <[EMAIL PROTECTED]> wrote:
> [ Follow-ups to the FreeBSD-Audit mail list only, please ... ]
> > Poul-Henning Kamp wrote:
> > > In message <[EMAIL PROTECTED]>, Peter Wemm writes
:
> > > >So that fsck(8) can see what mode the FS *was* mounted in last time. Tha
t
> > > >bears no relationship to fstab or the current options.
> > >
> > > Right, so if mounting in softupdates mode updates the superblock to
> > > set the softupdates flag, why wouldn't that work ?
> >
> > It would work fine, but Kirk told me not to bother submitting patches
> > because he had something else in mind (or at least, that's the way I
> > interpreted the mail).
>
> I created patches that do just that (mount -o softdep performs
> a soft-updates mount and updates the superblock softdep flag)
> back in June 2000 and sent them to Kirk, who then agreed that
> this was the way to go, when the problems with memory and disk
> resource usage of soft-updates writes were solved (the missing
> limits on the amount of dirty buffers and the delayed freeing
> of disk blocks after a file is removed). Both of these points
> seem to have been resolved, meanwhile, and I do not see any
> reason, not to enable soft-updates by default and to provide a
> mount option that disables soft-updates per filesystem.
>
> ( For reference, see the FreeBSD-Arch archive for the full message:
>
> Message-Id: <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Soft updates mount change
> Cc: Stefan Esser <[EMAIL PROTECTED]>
> Date: Wed, 28 Jun 2000 13:51:00 -0700
> From: Kirk McKusick <[EMAIL PROTECTED]>
>
> That message includes my mail to Kirk, where I describe the
> diffs and my reasoning, why it should be done that way ... )
>
> The following diffs are patches to all components (kernel, mount
> programs) except for the required additions to the mount_ufs man
> page.
>
> I have been running a patched kernel on sevreal systems for more
> than a half year with no problems at all ...
>
> Regards, STefan
I like this a lot! It is exactly what we need.
Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message