Hi, I saw some code like: attr.c(365): if (ce_stage(istate->cache[i]) == 2) ... rerere.c(352): if (ce_stage(e2) == 2 ... but there is no 0x200 in cache.h(158): #define CE_NAMEMASK (0x0fff) #define CE_STAGEMASK (0x3000) #define CE_EXTENDED (0x4000) #define CE_VALID (0x8000) #define CE_STAGESHIFT 12 so what does "2" mean? Thanks cg -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html