In message <[EMAIL PROTECTED]>,Hartmut Reuter writes:
>3 gb is under the 32bit line! if you try to write a 5 gb file you will 

i believe the 32-bit line is traditionally considered 2G.  from the
comments in afs, i would have guessed you were concerned about a
4G boundary:

src/afs/afs_dcache.c:afs_size_t afs_vmMappingEnd;       /* for large files (>= 
2GB) the VM
src/afs/afs_init.c:    afs_vmMappingEnd = AFS_CHUNKBASE(0x7fffffff);

>see that this doesn't work correctly. It overwrites the begin of the 
>file with the part beyond the 4gb-line!

i will have to test this.  is it broken in the linux kernel fs
driver or in afs?
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to