mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue