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-08 02:34:33 -0900 |
commit | 06b73dbd7ffc0296b2ecea8d3bc55bfeb72d7f2a (patch) | |
tree | 1ba37985a18eb2d9a9616ee160c82339e23e2160 /libbcache/alloc_types.h | |
parent | 171ee48e57be78f4e95954c99851553fa523bf91 (diff) |
cmd_migratedisk-format-changes
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 fbe8b75..f408bd9 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; |