stat64() call broken

stat64() and related calls (fstat64() etc.) will be broken under Plash because only 32-bit quantities are sent across the socket. Large numbers (eg. file sizes, inode numbers) will get truncated. The method calls need to be fixed to send 64-bit quantities.

PlashIssues/Stat64Broken (last edited 2007-04-28 14:23:00 by MarkSeaborn)