From: Trond Myklebust Date: Tue, 3 Jul 2007 18:41:19 +0000 (-0400) Subject: NFSv4: Fix a bug in __nfs4_find_state_byowner X-Git-Tag: v2.6.23-rc1~1073^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c816efa245111c52858fbe55d99474f3c149dd3;p=pandora-kernel.git NFSv4: Fix a bug in __nfs4_find_state_byowner The test for state->state == 0 does not tell you that the stateid is in the process of being freed. It really tells you that the stateid is not yet initialised... Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed