]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: Kill rpc_clnt->cl_dead
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 9 Jun 2007 23:39:12 +0000 (19:39 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:29 +0000 (23:40 -0400)
commit848f1fe6be2e290691bb6c13cbb8fd92bd0cfaab
treed653340b5e0c8c6ce393e67b11d8958fab4b05e4
parent34f52e3591f241b825353ba27def956d8487c400
SUNRPC: Kill rpc_clnt->cl_dead

Its use is at best racy, and there is only one user (lockd), which has
additional locking that makes the whole thing redundant.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/clnt.h
net/sunrpc/clnt.c