From: Goswin Brederlow <goswin.brederlow@student.uni-tuebingen.de>
Date: 25 Aug 2000 17:07:31 +0200
So lstat64 get the size from the internl inode structure and that
uses a 32 Bit value for the size on 32 Bit systems.
off_t != loff_t, so your analysis is not correct :-)
I think the real problem is that your version of libc is not calling
lstat64 and is instead calling the 32-bit lstat, you need to upgrade
glibc to get your system to take advantage of the extended lfs/64
syscalls in the kernel.
Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:16 EST