mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-18 03:33:15 +03:00
[bcache] Remove unused 'hash' field from blocks.
We use a radix tree these days rather than a hash table.
This commit is contained in:
@@ -757,7 +757,6 @@ static struct block *_new_block(struct bcache *cache, int fd, block_address i, b
|
||||
|
||||
if (b) {
|
||||
dm_list_init(&b->list);
|
||||
dm_list_init(&b->hash);
|
||||
b->flags = 0;
|
||||
b->fd = fd;
|
||||
b->index = i;
|
||||
|
Reference in New Issue
Block a user