On 10/21/20 17:35, Mike Christie wrote: > vhost_work_flush doesn't do anything with the work arg. This patch drops > it and then renames vhost_work_flush to vhost_work_dev_flush to reflect > that the function flushes all the works in the dev and not just a > specific queue or work item. > > Signed-off-by: Mike Christie <michael.christie@xxxxxxxxxx> > Acked-by: Jason Wang <jasowang@xxxxxxxxxx> Apparently it used local flush.work, not sure if it supposed to use work as an argument instead of local variable, if so looks good. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>