From: M. Mohan Kumar Date: Mon, 10 Jan 2011 20:23:53 +0000 (-0600) Subject: net/9p: Use proper data types X-Git-Tag: v2.6.38-rc1~411^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219fd58be62d01e30224c7af919dea77b7e392a8;p=pandora-kernel.git net/9p: Use proper data types Use proper data types for storing the count of the binary blob and length of a string. Without this patch length calculation of string will always result in -1 because of comparision between signed and unsigned integer. Signed-off-by: M. Mohan Kumar Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed