Re: [PATCH v3 02/24] read-cache: use fixed width integer types

2013-08-20 Thread Thomas Gummerer
Junio C Hamano writes: > Thomas Gummerer writes: > >> Use the fixed width integer types uint16_t and uint32_t for ondisk >> structures, because unsigned short and unsigned int do not hae a >> guaranteed size. > > This sounds like an independent fix to me. I'd queue this early > independent from

Re: [PATCH v3 02/24] read-cache: use fixed width integer types

2013-08-20 Thread Junio C Hamano
Thomas Gummerer writes: > Use the fixed width integer types uint16_t and uint32_t for ondisk > structures, because unsigned short and unsigned int do not hae a > guaranteed size. This sounds like an independent fix to me. I'd queue this early independent from the rest of the series. Thanks. >

Re: [PATCH v3 02/24] read-cache: use fixed width integer types

2013-08-18 Thread Eric Sunshine
On Sun, Aug 18, 2013 at 3:41 PM, Thomas Gummerer wrote: > Use the fixed width integer types uint16_t and uint32_t for ondisk > structures, because unsigned short and unsigned int do not hae a s/hae/have/ > guaranteed size. > > Signed-off-by: Thomas Gummerer -- To unsubscribe from this list: sen

[PATCH v3 02/24] read-cache: use fixed width integer types

2013-08-18 Thread Thomas Gummerer
Use the fixed width integer types uint16_t and uint32_t for ondisk structures, because unsigned short and unsigned int do not hae a guaranteed size. Signed-off-by: Thomas Gummerer --- cache.h | 10 +- read-cache.c | 30 +++--- 2 files changed, 20 insertions(+