]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/sunrpc/clnt.h
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[net-next-2.6.git] / include / linux / sunrpc / clnt.h
index a1a40f0c185605a9efda6b8331806ea43a52c45d..c83df09a8e2baa274f0822e8fb4d14feb8834c69 100644 (file)
@@ -30,7 +30,7 @@ struct rpc_inode;
  * The high-level client handle
  */
 struct rpc_clnt {
-       struct kref             cl_kref;        /* Number of references */
+       atomic_t                cl_count;       /* Number of references */
        struct list_head        cl_clients;     /* Global list of clients */
        struct list_head        cl_tasks;       /* List of tasks */
        spinlock_t              cl_lock;        /* spinlock */