From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755923AbZDVHJh (ORCPT ); Wed, 22 Apr 2009 03:09:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754948AbZDVHIE (ORCPT ); Wed, 22 Apr 2009 03:08:04 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:46120 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755337AbZDVHIC (ORCPT ); Wed, 22 Apr 2009 03:08:02 -0400 Date: Wed, 22 Apr 2009 09:06:52 +0200 From: Ingo Molnar To: Jens Axboe Cc: Linus Torvalds , Andrew Morton , Alexander Beregalov , Al Viro , Peter Osterlund , Linux Kernel Mailing List Subject: Re: [PATCH] include/linux/pktcdvd.h: add mempool.h dependency Message-ID: <20090422070652.GB28438@elte.hu> References: <20090422062053.GA20960@elte.hu> <20090422063833.GA23258@elte.hu> <20090422063954.GW4593@kernel.dk> <20090422065430.GA26384@elte.hu> <20090422065813.GX4593@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090422065813.GX4593@kernel.dk> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jens Axboe wrote: > On Wed, Apr 22 2009, Ingo Molnar wrote: > > > > * Jens Axboe wrote: > > > > > On Wed, Apr 22 2009, Ingo Molnar wrote: > > > > > > > > * Ingo Molnar wrote: > > > > > > > > > A last-minute build error slipped through: > > > > > > > > > > In file included from fs/compat_ioctl.c:105: > > > > > include/linux/pktcdvd.h:285: error: expected specifier-qualifier-list before ???mempool_t??? > > > > > > > > Caused by: > > > > > > > > 1ba0c7d: fs/compat_ioctl: fix build when !BLOCK > > > > > > > > fixed by the patch below. The build error itself triggers with > > > > !BLOCK > > > > > > This fix is already queued up in the block tree, it just didn't > > > make -rc3. > > > > ah, i see - it was posted two days ago: > > > > [PATCH 2/2] pktcdvd.h should include mempool.h > > > > but the fix should have been queued up in the tree pushing the > > compat_ioctl.c change (Viro's). Could have been avoided by > > insisting on a fuller explanation in the changelog instead of > > just a "Fix this build error" line. > > I didn't realize it was a new build error, so just added both the > patches to my lineup. I see that 1/2 went in through Viro's tree, > not sure why he didn't pick up 2/2 as well. this happens - and isnt really a big deal here as !BLOCK is a pretty special build form not affecting 99% of our testers. (I first took it as something more serious because it triggered on my first build iteration after the -rc3 merge.) > I'll make sure to get it upstream today. Thanks. Ingo