[OpenAFS-devel] Odd Behavior with 1.4.2fc3

chas williams - CONTRACTOR chas@cmf.nrl.navy.mil
Tue, 19 Sep 2006 10:24:45 -0400


In message <450FFA76.6020004@cert.org>,Jason McCormick writes:
>Here's a small program that shows the output of the fstat64() command.
>On OpenAFS <= 1.4.1 (tested on 1.2.13 and 1.4.1) st_blksize is always
>4096.  On 1.4.2fc4 it's 0.

neat.  does your include/config/afsconfig.h have STRUCT_INODE_HAS_I_BLKSIZE
defined?  it looks like this configure test might have gotten lost when
i converted the kernel tests.

try manually adding (dont run configure) a 

#define STRUCT_INODE_HAS_I_BLKSIZE 1

to src/config/afsconfig.h and rebuild the client.