This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include/linux/sunrpc
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
..
2006-12-06 10:46:43 -05:00
2007-07-10 23:40:29 -04:00
2007-04-30 22:17:15 -07:00
2006-12-06 10:46:47 -05:00
2006-12-06 10:46:44 -05:00
2007-04-30 22:17:15 -07:00
2007-05-14 19:33:47 -04:00
2006-12-06 10:46:52 -05:00
2007-05-14 19:33:47 -04:00