From: Benny Halevy Date: Sun, 29 Aug 2010 16:13:15 +0000 (-0400) Subject: sunrpc: clean up xdr_shrink_pagelen use of temporary pointer X-Git-Tag: v2.6.37-rc1~120^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe62a35903e11fb41b492bd5b0e8e4c751d5c94;p=pandora-kernel.git sunrpc: clean up xdr_shrink_pagelen use of temporary pointer char *p is used only as a shorthand for tail->iov_base + len in a nested block. Move it there. Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed