bio: remove now superfluous check

This commit is contained in:
Thomas Schoebel-Theuer 2022-07-26 14:14:24 +02:00
parent f39a457769
commit 5643dd7db9
1 changed files with 0 additions and 4 deletions

View File

@ -346,11 +346,7 @@ static int bio_ref_get(struct bio_output *output, struct mref_object *mref)
if (unlikely(mref->ref_len <= 0)) {
goto done;
}
status = -ENOMEM;
mref->ref_data = brick_block_alloc(mref->ref_pos, (mref_a->alloc_len = mref->ref_len));
if (unlikely(!mref->ref_data)) {
goto done;
}
mref_a->do_dealloc = true;
}