From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] cldc: replace CLD_MAX_DATA_SZ with CLD_MAX_MSG_SZ Date: Sun, 06 Dec 2009 15:46:08 -0500 Message-ID: <4B1C1810.5040003@garzik.org> References: <1260103062-10547-1-git-send-email-cmccabe@alumni.cmu.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=QOe7TTpDc+bwL0nuCrsCe4p6F5Mmi1tiN72VuCV0JFA=; b=GJJViHG3GkdXPsP/Olp7vXIrIahmFuuSi9E4PnsUiqOqXWrXUv0hGhcX4KJQGYMCtn bMOvv9uWrPyRKHa7tNErqqiF2FvRSBtRx0j3b3jjN7gSPLddJldoBw9LX4VLsKIhEPU9 NOlc+cEn/RK9n6eJsO+ewCoIpUOanVpD3Yytw= In-Reply-To: <1260103062-10547-1-git-send-email-cmccabe@alumni.cmu.edu> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Colin McCabe Cc: Project Hail List , Pete Zaitcev On 12/06/2009 07:37 AM, Colin McCabe wrote: > CLD_MAX_MSG_SZ is clearly the right constant to use when checking if a message > the api user wants to send is too long. > > I found this while working on the XDR stuff. > --- > lib/cldc.c | 5 +---- > 1 files changed, 1 insertions(+), 4 deletions(-) Technical content 100% correct. However, I cannot apply, as it's missing the required signed-off-by line in the patch description.