On Thu, 11 Jul 2002, Anton Altaparmakov wrote:
> Yeah, Please adapt your function to accept all 2.x versions, too. (And
> always treat them in your mind as if they were 3.x, but don't worry too
> much as the probability of anyone ever running one of our utilities on a
> system with NTFS 2.x is so tiny it is not worth thinking about!)
Could you please elaborate what you mean? There is NTFS 2.x at all?
Because if we don't know what it is, better to giveup (or user could
use a "-f" force option) then hoping it will work.
> >int ntfs_version_supported(u8 major, u8 minor)
>
> how about
>
> BOOL ntfs_is_version_supported(ntfs_volume *vol)
Name is ok (first I thought the same) but please no BOOL. It just
conflicts with everybody's own BOOL definition, int is better.
Szaka
|