From: Bryan Schumaker Date: Wed, 6 Apr 2011 18:33:28 +0000 (-0400) Subject: NFS: Fix a signed vs. unsigned secinfo bug X-Git-Tag: v2.6.39-rc3~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418875900e3de4831c84f86ae4756690dac5be77;p=pandora-kernel.git NFS: Fix a signed vs. unsigned secinfo bug rpc_authflavor_t is cast from an unsigned int, but the initial code tried to use it as a signed int. I fix this by passing an rpc_authflavor_t pointer around, and returning signed integers from functions. Signed-off-by: Bryan Schumaker Reported-by: Dan Carpenter Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed