Commit a958c53a authored by Mike Snitzer's avatar Mike Snitzer

dm-vdo funnel-workqueue: return VDO_SUCCESS from make_simple_work_queue

Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
Signed-off-by: default avatarMatthew Sakai <msakai@redhat.com>
parent 34edf9e2
......@@ -367,7 +367,7 @@ static int make_simple_work_queue(const char *thread_name_prefix, const char *na
wait_for_completion(&started);
*queue_ptr = queue;
return UDS_SUCCESS;
return VDO_SUCCESS;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment