Re: [PATCH v1] aio: mark __aio_sigset::sigmask const

From: Christoph Hellwig
Date: Mon Jun 11 2018 - 02:48:46 EST


On Fri, Jun 08, 2018 at 05:55:05PM +0300, Avi Kivity wrote:
> io_pgetevents() will not change the signal mask. Mark it const
> to make it clear and to reduce the need for casts in user code.
>
> Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx>

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>