From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753309AbdC2Pmu (ORCPT ); Wed, 29 Mar 2017 11:42:50 -0400 Received: from mail-yw0-f194.google.com ([209.85.161.194]:36236 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752805AbdC2Plt (ORCPT ); Wed, 29 Mar 2017 11:41:49 -0400 From: jes.sorensen@gmail.com X-Google-Original-From: Jes.Sorensen@gmail.com To: Gioh Kim Cc: neilb@suse.com, linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] super1: replace hard-coded values with bit definitions References: <1490780434-8720-1-git-send-email-gi-oh.kim@profitbricks.com> Date: Wed, 29 Mar 2017 11:41:39 -0400 In-Reply-To: <1490780434-8720-1-git-send-email-gi-oh.kim@profitbricks.com> (Gioh Kim's message of "Wed, 29 Mar 2017 11:40:33 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gioh Kim writes: > Some hard-coded values for disk status are replaced > with bit definitions. > > Signed-off-by: Gioh Kim > --- > super1.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Applied! Please use --cover-letter when you send out multi-commit patch sets, which includes a short description of what the set includes. That way I can just respond to the cover letter if all the patches are applied. Thanks, Jes