1
0
Files
linux/net
Trond Myklebust 4c402b4097 SUNRPC: Remove rpc_clnt->cl_count
The kref now does most of what cl_count + cl_user used to do. The only
remaining role for cl_count is to tell us if we are in a 'shutdown'
phase. We can provide that information using a single bit field instead
of a full atomic counter.

Also rename rpc_destroy_client() to rpc_close_client(), which reflects
better what its role is these days.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2007-07-10 23:40:29 -04:00
..
2007-04-25 22:29:24 -07:00
2007-05-09 08:57:56 +02:00
2007-06-07 13:41:05 -07:00
2007-07-10 23:40:29 -04:00
2007-05-10 15:46:08 +02:00
2007-05-17 05:23:04 -07:00