From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shaohua Li Subject: Re: [md PATCH 3/3] md: define mddev flags, recovery flags and r1bio state bits using enums Date: Wed, 9 Nov 2016 12:52:25 -0800 Message-ID: <20161109205225.3gb5lnehhqpnf7x2@kernel.org> References: <147864718560.1076.2148299631932240330.stgit@noble> <147864729298.1076.2506132363008045138.stgit@noble> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <147864729298.1076.2506132363008045138.stgit@noble> Sender: linux-raid-owner@vger.kernel.org To: NeilBrown Cc: linux-raid@vger.kernel.org List-Id: linux-raid.ids On Wed, Nov 09, 2016 at 10:21:33AM +1100, Neil Brown wrote: > This is less error prone than using individual #defines. applied, thanks!