Share

FUSE-J

Tracker: Bugs

5 FuseStatfsSetter members should be long - ID: 2853641
Last Update: Comment added ( nobody )

The members of statvfs are typically all unsigned long in size. However
java_statvfs() loads the members of FuseStatfsSetter as integers (ints) and
the fields "bsize", "blocks", "blocksFree", "blocksAvail", "files" and
"filesFree" are also integers. This is an issue for me as the software I'm
working on is likely to mount large volumes with a small block size.


Andy Baker ( hoggie21 ) - 2009-09-07 15:21

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2009-10-20 18:07
Sender: nobody

"int" in Java is 32-bits, which is usually the same size as "unsigned long"
in C on 32-bit machines.


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.