Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752883AbcKHDif (ORCPT ); Mon, 7 Nov 2016 22:38:35 -0500 Received: from mail-pf0-f178.google.com ([209.85.192.178]:36811 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751699AbcKHDid (ORCPT ); Mon, 7 Nov 2016 22:38:33 -0500 Subject: Re: linux-next: build failure after merge of the block tree To: Stephen Rothwell References: <20161108142140.3232b3b2@canb.auug.org.au> Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ming Lei , Christoph Hellwig From: Jens Axboe Message-ID: <17000722-fd27-9f88-e44b-999f11545b17@kernel.dk> Date: Mon, 7 Nov 2016 20:28:08 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161108142140.3232b3b2@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 33 On 11/07/2016 08:21 PM, Stephen Rothwell wrote: > Hi Jens, > > After merging the block tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > block/blk-flush.c: In function 'flush_data_end_io': > block/blk-flush.c:369:20: error: 'REQ_STARTED' undeclared (first use in this function) > rq->cmd_flags &= ~REQ_STARTED; > ^ > > Caused by commit > > e806402130c9 ("block: split out request-only flags into a new namespace") > > interacting with commit > > 94d7dea448fa ("block: flush: fix IO hang in case of flood fua req") > > from Linus' tree (v4.9-rc3). > > I have applied the following merge fix patch for today (I don't know if > this is correct, but it does build): It's correct, it needs to be applied if merging with master. It will throw a real conflict as well, but this one tends to fly under the radar since it merges cleanly. I'll merge master into my for-next so you don't have to carry extra patches for this. -- Jens Axboe