diff options
Diffstat (limited to 'libbcache/alloc_types.h')
-rw-r--r-- | libbcache/alloc_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcache/alloc_types.h b/libbcache/alloc_types.h index fbe8b75c..f408bd97 100644 --- a/libbcache/alloc_types.h +++ b/libbcache/alloc_types.h @@ -51,7 +51,7 @@ static inline bool allocation_is_metadata(enum alloc_reserve id) struct cache_group { spinlock_t lock; - unsigned nr_devices; + unsigned nr; unsigned cur_device; struct { u64 weight; |