From: Benny Halevy Date: Fri, 30 May 2014 13:09:31 +0000 (-0400) Subject: nfsd4: hash deleg stateid only on successful nfs4_set_delegation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb87d13ce29637e0ae005fa66a4f917cce6fede;p=pandora-kernel.git nfsd4: hash deleg stateid only on successful nfs4_set_delegation We don't want the stateid to be found in the hash table before the delegation is granted. Currently this is protected by the client_mutex, but we want to break that up and this is a necessary step toward that goal. Signed-off-by: Benny Halevy Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed