From: Trond Myklebust Date: Fri, 17 Jan 2014 22:03:41 +0000 (-0500) Subject: NFSv4.1: Handle errors correctly in nfs41_walk_client_list X-Git-Tag: v3.14-rc1~77^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64590daa9e0dfb3aad89e3ab9230683b76211d5b;p=pandora-kernel.git NFSv4.1: Handle errors correctly in nfs41_walk_client_list Both nfs41_walk_client_list and nfs40_walk_client_list expect the 'status' variable to be set to the value -NFS4ERR_STALE_CLIENTID if the loop fails to find a match. The problem is that the 'pos->cl_cons_state > NFS_CS_READY' changes the value of 'status', and sets it either to the value '0' (which indicates success), or to the value EINTR. Cc: stable@vger.kernel.org # 3.7.x: 7b1f1fd1842e6: NFSv4/4.1: Fix bugs in Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed