[OpenAFS-devel] Max /vicep partition size?

Steve Simmons scs@umich.edu
Fri, 2 Feb 2007 07:46:27 -0500


On Feb 1, 2007, at 11:45 PM, Derrick J Brashear wrote:

> Which platform do you have where afs_int32 isn't the same type as int?
>
> On Thu, 1 Feb 2007, Sean O'Malley wrote:
>
>> volser/vsprocs.c
>> int
>> UV_PartitionInfo()
>> {
>> afs_int32 code;
>> ....
>>
>> return code;
>> }
>>
>> which should technically be returning an afs_int32 shouldnt it?
>> more like the VolPartitionInfo() from volser/volprocs.c
>
> Now, int versus unsigned int (afs_uint32 if you prefer...)

If the sign were a problem, I'd expect to be seeing negative size  
numbers on our 1.4TB partitions. Yes, they're 32-bit servers.