diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-01 01:45:15 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-09 09:14:11 -0900 |
commit | a17f7bcec7ed810a247c24e56229af8f43a9a6ae (patch) | |
tree | 1b2d60b21661bd2991324e3efaa83b3cdd87a783 /libbcache/alloc_types.h | |
parent | 171ee48e57be78f4e95954c99851553fa523bf91 (diff) |
cmd_migrate
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; |