>ZFS is a 128 bit filesystem, isn't it?
>
>So I hope it uses 128 bit inode numbers too.....
>but it should at least use 64 bit for inode numbers.
>
>Now what happens to a 32 bit application that calls stat(2)
>on a file that uses an inode number that is outside the
>32 bit scope. Whill this cause stat(2) to return a EOVERFLOW 
>condition in this case when stat(2) is called from a 32 bit
>application?

Depends on whether it's large file aware or not, I'd say.

(the ino field in stat64 is 64 bits)

Casper
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to