Subject: Re: ffs compat problem since ffs2
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 09/26/2003 08:17:09
> 
> I think this code is broken. It will always fail on a pre-ufs2 filesystem.
> The  !printold in
> 	if (!printold && afs.fs_old_postblformat != FS_42POSTBLFMT) {
> should not be there. 

before rev 1.36 that was:
	if (printold && afs.fs_old_postblformat != FS_42POSTBLFMT) {
and all new filesystems were reported as 'type 0'.
I inverted the flag because it seemed better that way.

Maybe I got confused about the number of types of 'old' that are lurking.
Code that patches up old versions ought to be commented as to which
old format it is processing.

	David

-- 
David Laight: david@l8s.co.uk