From: Bryan Schumaker Date: Thu, 21 Oct 2010 20:33:16 +0000 (-0400) Subject: NFS: check xdr_decode for errors X-Git-Tag: v2.6.37-rc1~120^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9942438089d5c0e3adecdcb7bc360b8fe0ce7e62;p=pandora-kernel.git NFS: check xdr_decode for errors Check if the decoded entry has the eof bit set when returning from xdr_decode with an error. If it does, we should set the eof bits in the array before returning. This should keep us from looping when we expect more data but the server doesn't give us anything new. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed