From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:57394 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754016AbeFKGsm (ORCPT ); Mon, 11 Jun 2018 02:48:42 -0400 Date: Mon, 11 Jun 2018 08:56:37 +0200 From: Christoph Hellwig To: Avi Kivity Cc: Alexander Viro , Benjamin LaHaise , linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, linux-kernel@vger.kernel.org, hch@lst.de Subject: Re: [PATCH v1] aio: mark __aio_sigset::sigmask const Message-ID: <20180611065637.GA748@lst.de> References: <20180608145505.29063-1-avi@scylladb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180608145505.29063-1-avi@scylladb.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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 Looks good, Reviewed-by: Christoph Hellwig