From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: next-2008-12-04: vm.bio_inline_vecs Date: Fri, 5 Dec 2008 09:44:11 +0100 Message-ID: <20081205084410.GZ18255@kernel.dk> References: <20081204200745.eff0ac87.sfr@canb.auug.org.au> <20081205070642.GA31087@x200.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from brick.kernel.dk ([93.163.65.50]:26701 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbYLEIoS (ORCPT ); Fri, 5 Dec 2008 03:44:18 -0500 Content-Disposition: inline In-Reply-To: <20081205070642.GA31087@x200.localdomain> Sender: linux-next-owner@vger.kernel.org List-ID: To: Alexey Dobriyan Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Fri, Dec 05 2008, Alexey Dobriyan wrote: > Please, merge into 4d539d965767b98582fa9b7b57f51dbc0ab54fc4 > aka "bio: add experimental support for inlining a number of bio_vecs inside the bio" > > kernel/sysctl.c:1233: error: 'bio_inline_vecs' undeclared here (not in a function) Thanks, Randy Dunlap also made me aware of this fact. I'll update the original patch. > > --- a/kernel/sysctl.c > +++ b/kernel/sysctl.c > @@ -1227,6 +1227,7 @@ static struct ctl_table vm_table[] = { > .extra2 = &one, > }, > #endif > +#ifdef CONFIG_BLOCK > { > .ctl_name = CTL_UNNUMBERED, > .procname = "bio_inline_vecs", > @@ -1237,6 +1238,7 @@ static struct ctl_table vm_table[] = { > .strategy = &sysctl_intvec, > .extra1 = &zero, > }, > +#endif > /* > * NOTE: do not add new entries to this table unless you have read > * Documentation/sysctl/ctl_unnumbered.txt -- Jens Axboe