From: J. Bruce Fields Date: Tue, 6 Mar 2012 19:43:36 +0000 (-0500) Subject: nfsd4: purge stable client records with insufficient state X-Git-Tag: v3.4-rc1~40^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=393d8ed80f0e9b7edad737053a5fb375f0bf4849;p=pandora-kernel.git nfsd4: purge stable client records with insufficient state To escape having your stable storage record purged at the end of the grace period, it's not sufficient to simply have performed a setclientid_confirm; you also need to meet the same requirements as someone creating a new record: either you should have done an open or open reclaim (in the 4.0 case) or a reclaim_complete (in the 4.1 case). Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed