> - return nfsd4_client_record_check(clp) ? nfserr_reclaim_bad : nfs_ok; > + return nfsd4_client_record_check(cstate->clp) ? > + nfserr_reclaim_bad : nfs_ok; This would be more readanble with an good old if statement. Otherwise looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- 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