Re: [PATCH] xen-pcifront: don't use flush_scheduled_work()

From: Tejun Heo
Date: Mon Jan 24 2011 - 10:52:54 EST


Sorry, missed the later part.

On Mon, Jan 24, 2011 at 10:39:58AM -0500, Konrad Rzeszutek Wilk wrote:
> > - /*For PCIE_AER error handling job*/
>
> Any reason for getting rid of the comment?
>
> > - flush_scheduled_work();
> > + cancel_work_sync(&pdev->op_work);

Because it's obvious from the code now. If you think it's better to
keep the comment, I have no objection whatsoever.

Thank you.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/