Update bcachefs sources to 2679158d6e bcachefs: fix allocation + replication

This commit is contained in:
Kent Overstreet 2017-11-08 21:12:38 -09:00
parent 097fd2a5e6
commit 6d09cd7766
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
0415b63b198ccf8bf5eee3af73accd60e94ad63a 2679158d6e268d1bbcebda4f2000a24683ae06e0

View File

@ -1147,6 +1147,8 @@ static enum bucket_alloc_ret __bch2_bucket_alloc_set(struct bch_fs *c,
ca->mi.bucket_size); ca->mi.bucket_size);
bch2_wp_rescale(c, ca, wp); bch2_wp_rescale(c, ca, wp);
__clear_bit(ca->dev_idx, devs->d);
/* /*
* open_bucket_add_buckets expects new pointers at the head of * open_bucket_add_buckets expects new pointers at the head of
* the list: * the list: