diff options
| author | 2010-09-19 23:48:00 -0400 | |
|---|---|---|
| committer | 2010-09-19 23:48:32 -0400 | |
| commit | c88739b373e4930ed082a607cb78bf82616fd076 (patch) | |
| tree | 251d969aa816dab5a62e6b36208b189b37de6534 /include/linux/sunrpc | |
| parent | svcrpc: cache deferral cleanup (diff) | |
| parent | SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies (diff) | |
| download | linux-dev-c88739b373e4930ed082a607cb78bf82616fd076.tar.xz linux-dev-c88739b373e4930ed082a607cb78bf82616fd076.zip | |
Merge remote branch 'trond/bugfixes' into for-2.6.37
Without some client-side fixes, server testing is currently difficult.
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/clnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 569dc722a600..85f38a63f098 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h @@ -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 */ |
