Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Bruce Evans
On Thu, 22 Oct 2009, Bruce Evans wrote: ... NetBSD's 2005 version says: % BUGS % This program should work on mounted and active file systems. Because the % super-block is not kept in the buffer cache, the changes will only take % effect if the program is run on unmounted file

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Bruce Evans
On Wed, 21 Oct 2009, Remko Lodder wrote: I'll try to implement your suggestions in a patch. Hopefully I'll have that available later today. Can I send it over to you for reviewal so that we are sure to have the correct fix ? It turned out to be mostly a kernel bug (I think -- I most don't use

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Bruce Evans
On Wed, 21 Oct 2009, Andriy Gapon wrote: on 21/10/2009 14:28 Ivan Voras said the following: 2009/10/21 Remko Lodder : Log: The tunefs utility does not work on active filesystems. .Sh BUGS -This utility should work on active file systems. +This utility does not work on active file systems.

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Remko Lodder
Hey Bruce, On Oct 21, 2009, at 2:19 PM, Bruce Evans wrote: On Wed, 21 Oct 2009, Remko Lodder wrote: Log: The tunefs utility does not work on active filesystems. Er, that's what it already said. Now it says less. Except, it is implicit in the statement being in the BUGS section that it is

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Bruce Evans
On Wed, 21 Oct 2009, Remko Lodder wrote: Log: The tunefs utility does not work on active filesystems. Er, that's what it already said. Now it says less. Except, it is implicit in the statement being in the BUGS section that it is a bug for tunefs to not work on active file systems, just lik

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Andriy Gapon
on 21/10/2009 14:28 Ivan Voras said the following: > 2009/10/21 Remko Lodder : >> Author: remko >> Date: Wed Oct 21 10:15:26 2009 >> New Revision: 198316 >> URL: http://svn.freebsd.org/changeset/base/198316 >> >> Log: >> The tunefs utility does not work on active filesystems. > >> .Sh BUGS >> -T

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Remko Lodder
On Oct 21, 2009, at 1:28 PM, Ivan Voras wrote: 2009/10/21 Remko Lodder : Author: remko Date: Wed Oct 21 10:15:26 2009 New Revision: 198316 URL: http://svn.freebsd.org/changeset/base/198316 Log: The tunefs utility does not work on active filesystems. .Sh BUGS -This utility should work on a

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Ivan Voras
2009/10/21 Remko Lodder : > Author: remko > Date: Wed Oct 21 10:15:26 2009 > New Revision: 198316 > URL: http://svn.freebsd.org/changeset/base/198316 > > Log: >  The tunefs utility does not work on active filesystems. >  .Sh BUGS > -This utility should work on active file systems. > +This utility

svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Remko Lodder
Author: remko Date: Wed Oct 21 10:15:26 2009 New Revision: 198316 URL: http://svn.freebsd.org/changeset/base/198316 Log: The tunefs utility does not work on active filesystems. PR: docs/139705 Submitted by: Warren Block Approved by: imp (mentor, implicit) Modified: head/s