Re: [PVFS2-developers] patches: acache and perf counters

2006-01-04 Thread Phil Carns
Two more small changes for perf-counter.c: - line 593 still has an Ld reference (change to lld) - line 174: pc-start_time_array_ms[0] = tv.tv_sec*1000 + should be: pc-start_time_array_ms[0] = ((uint64_t)tv.tv_sec)*1000 + -Phil Phil Carns wrote: Ok, one more update. I think this is just

Re: [PVFS2-developers] Re: smallio server death with old kernel

2006-01-04 Thread Murali Vilayannur
Pete, Could you try the attached patch and let me know if it fixes the crash? (There are still some other bugs like the size of the file reported is off-by-one, but I haven't dug deep into the SMALL_IO code just yet..) Also, could you look over and see if the encode_skip4 that I added will fix