> + if (op->status == nfserr_resource && nfsd4_has_session(&resp->cstate)) { > + struct nfsd4_slot *slot = resp->cstate.slot; > + > + if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) > + op->status = nfserr_rep_too_big_to_cache; > + else > + op->status = nfserr_rep_too_big; There is a closing brace missing here, which breaks the compile for me. -- 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