mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
dm-vdo funnel-workqueue: return VDO_SUCCESS from make_simple_work_queue
Signed-off-by: Mike Snitzer <snitzer@kernel.org> Signed-off-by: Matthew Sakai <msakai@redhat.com>
This commit is contained in:
parent
34edf9e28c
commit
a958c53af7
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user