summaryrefslogtreecommitdiff
path: root/fs/nfs/cache_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/cache_lib.h')
-rw-r--r--fs/nfs/cache_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/cache_lib.h b/fs/nfs/cache_lib.h
index 4e6236a86cf7..220ee409abc4 100644
--- a/fs/nfs/cache_lib.h
+++ b/fs/nfs/cache_lib.h
@@ -16,7 +16,7 @@ struct nfs_cache_defer_req {
struct cache_req req;
struct cache_deferred_req deferred_req;
struct completion completion;
- atomic_t count;
+ refcount_t count;
};
extern int nfs_cache_upcall(struct cache_detail *cd, char *entry_name);