> + for(i = 0; i < num && i < NFS_MAX_LAYOUT_TYPES; i++) > + layouttype[i] = be32_to_cpup(p++); Can we use a bitmap and do something like layouttype |= (1 << be32_to_cpup(p++)); that's what I did for my unsubmitted patches to submit multiple layouttypes in the Linux server.. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html