commit | 414adf14cd3b52e411f79d941a15d0fd4af427fc | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Dec 06 16:13:39 2011 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 05 10:42:42 2012 -0500 |
tree | ac70f3249a5985d1a89d56955266b11c733c61eb | |
parent | bf118a342f10dafe44b14451a1392c3254629a1f [diff] |
NFS: Clean up nfs4_find_state_owners_locked() There's no longer a need to check the so_server field in the state owner, because nowadays the RB tree we search for state owners contains owners for that only server. Make nfs4_find_state_owners_locked() use the same tree searching logic as nfs4_insert_state_owner_locked(). Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>