From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752781AbeC0PjO (ORCPT ); Tue, 27 Mar 2018 11:39:14 -0400 Received: from esa4.hgst.iphmx.com ([216.71.154.42]:35024 "EHLO esa4.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752590AbeC0PjK (ORCPT ); Tue, 27 Mar 2018 11:39:10 -0400 X-IronPort-AV: E=Sophos;i="5.48,367,1517846400"; d="scan'208";a="74483667" Subject: Re: linux-next: build failure after merge of the device-mapper tree To: Stephen Rothwell , Alasdair G Kergon , Mike Snitzer , Jens Axboe Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Denis Semakin References: <20180327133923.53b8954d@canb.auug.org.au> From: Bart Van Assche Message-ID: <9c4b1f71-157b-ffc9-a245-b1a967cc8bac@wdc.com> Date: Tue, 27 Mar 2018 08:39:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180327133923.53b8954d@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/26/18 19:39, Stephen Rothwell wrote: > diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c > index d5db9df7ea4b..0589a4da12bb 100644 > --- a/drivers/md/dm-table.c > +++ b/drivers/md/dm-table.c > @@ -1896,7 +1896,7 @@ void dm_table_set_restrictions(struct dm_table *t, struct request_queue *q, > blk_queue_flag_set(QUEUE_FLAG_DISCARD, q); > > if (dm_table_supports_secure_erase(t)) > - queue_flag_set_unlocked(QUEUE_FLAG_SECERASE, q); > + blk_queue_flag_set(QUEUE_FLAG_SECERASE, q); > > if (dm_table_supports_flush(t, (1UL << QUEUE_FLAG_WC))) { > wc = true; > The above patch looks fine to me. Thank you Stephen for having resolved this merge conflict. Bart.