From: Trond Myklebust Date: Sun, 4 Mar 2012 23:13:56 +0000 (-0500) Subject: NFSv4.1: Fix matching of the stateids when returning a delegation X-Git-Tag: v3.4-rc1~123^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e663f0e5fabf57065aed1cfdaff5b13057dce23;p=pandora-kernel.git NFSv4.1: Fix matching of the stateids when returning a delegation nfs41_validate_delegation_stateid is broken if we supply a stateid with a non-zero sequence id. Instead of trying to match the sequence id, the function assumes that we always want to error. While this is true for a delegation callback, it is not true in general. Also fix a typo in nfs4_callback_recall. Reported-by: Andy Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed