Subject: Re: CVS commit: src/sys/fs/msdosfs
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 09/11/2005 13:50:07
In article <20050911132440.GB6514@britannica.bec.de>,
Joerg Sonnenberger  <joerg@britannica.bec.de> wrote:
>On Sat, Sep 10, 2005 at 08:10:31PM +0200, Jaromir Dolecek wrote:
>> Err, the code certainly removes the check, but how does that
>> fix the problem with the inode number generation?
>
>The 128GB limit should be done with the 64bit inodes, shouldn't it?
>
Well, there were some u_long fileno; in msdosfs_vnops.c and some calculations
that were still done in 32 bit arithmetic (all in 32 bit hosts), that I have
since fixed.

christos