From: Dan Carpenter Date: Tue, 26 Jun 2012 23:01:41 +0000 (+0000) Subject: 9p: fix min_t() casting in p9pdu_vwritef() X-Git-Tag: v3.5-rc5~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31bb4f0621756528d11d310c44cd8076b22bc03;p=pandora-kernel.git 9p: fix min_t() casting in p9pdu_vwritef() I don't think we're actually likely to hit this limit but if we do then the comparison should be done as size_t. The original code is equivalent to: len = strlen(sptr) % USHRT_MAX; Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed