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

2011-02-14 Thread Bruce Evans
On Sun, 13 Feb 2011, Ivan Voras wrote: On 13 February 2011 11:51, Bruce Evans wrote: On Sat, 12 Feb 2011, Konstantin Belousov wrote: Log: ??When creating a directory entry for the journal, always read at least ??the fragment, and write the full block. Reading less might not work ??due to dev

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

2011-02-13 Thread Ivan Voras
On 13 February 2011 11:51, Bruce Evans wrote: > On Sat, 12 Feb 2011, Konstantin Belousov wrote: > >> Log: >>  When creating a directory entry for the journal, always read at least >>  the fragment, and write the full block. Reading less might not work >>  due to device sector size bigger then size

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

2011-02-13 Thread Bruce Evans
On Sat, 12 Feb 2011, Konstantin Belousov wrote: Log: When creating a directory entry for the journal, always read at least the fragment, and write the full block. Reading less might not work due to device sector size bigger then size of direntries in the last directory fragment. I think it