From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alasdair G Kergon Subject: Re: [PATCH] dm-verity: Add error handling modes for corrupted blocks Date: Tue, 17 Mar 2015 00:37:47 +0000 Message-ID: <20150317003746.GA21831@agk-dp.fab.redhat.com> References: <20150316155559.GA32397@google.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150316155559.GA32397@google.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Sami Tolvanen Cc: wad@chromium.org, msb@chromium.org, mpatocka@redhat.com, dm-devel@redhat.com List-Id: dm-devel.ids On Mon, Mar 16, 2015 at 03:55:59PM +0000, Sami Tolvanen wrote: > + > + Optional. The mode of operation. > + 0 is the normal mode of operation where a corrupted block will result in an The usual dm style uses a word rather than hiding behind a numeric code that has to be learned or looked up. > +#define DM_VERITY_ENV_VAR_NAME "VERITY_ERR_BLOCK_NR" Missing DM_ prefix? Alasdair