From: Chuck Lever Date: Tue, 6 Dec 2011 21:13:39 +0000 (-0500) Subject: NFS: Clean up nfs4_find_state_owners_locked() X-Git-Tag: v3.3-rc1~116^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414adf14cd3b52e411f79d941a15d0fd4af427fc;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed