[PATCH 10/23] NFSv4: don't require lock for get_renew_cred or get_machine_cred

2018-12-02 Thread NeilBrown
This lock is no longer necessary. If nfs4_get_renew_cred() needs to hunt through the open-state creds for a user cred, it still takes the lock to stablize the rbtree, but otherwise there are no races. Note that this completely removes the lock from nfs4_renew_state(). It appears that the original

[PATCH 10/23] NFSv4: don't require lock for get_renew_cred or get_machine_cred

2018-11-06 Thread NeilBrown
This lock is no longer necessary. If nfs4_get_renew_cred() needs to hunt through the open-state creds for a user cred, it still takes the lock to stablize the rbtree, but otherwise there are no races. Note that this completely removes the lock from nfs4_renew_state(). It appears that the original