From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] block: constify struct blk_integrity_profile To: Eric Biggers , linux-block@vger.kernel.org References: <20170325010348.74421-1-ebiggers3@gmail.com> Cc: "Martin K . Petersen" , Eric Biggers From: Jens Axboe Message-ID: Date: Fri, 24 Mar 2017 20:35:16 -0600 MIME-Version: 1.0 In-Reply-To: <20170325010348.74421-1-ebiggers3@gmail.com> Content-Type: text/plain; charset=windows-1252 List-ID: On 03/24/2017 07:03 PM, Eric Biggers wrote: > From: Eric Biggers > > blk_integrity_profile's are never modified, so mark them 'const' so that > they are placed in .rodata and benefit from memory protection. Thanks, that's a nice change. Applied for 4.12. -- Jens Axboe