linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: next-2008-12-04: vm.bio_inline_vecs
Date: Fri, 5 Dec 2008 09:44:11 +0100	[thread overview]
Message-ID: <20081205084410.GZ18255@kernel.dk> (raw)
In-Reply-To: <20081205070642.GA31087@x200.localdomain>

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

  reply	other threads:[~2008-12-05  8:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-04  9:07 linux-next: Tree for December 4 Stephen Rothwell
2008-12-04 14:00 ` next-2008-12-04: ca0106 compile fix Alexey Dobriyan
2008-12-04 14:28   ` Takashi Iwai
2008-12-04 14:04 ` next-2008-12-04: ubifs section fixlet Alexey Dobriyan
2008-12-04 14:18   ` Artem Bityutskiy
2008-12-05  0:50 ` linux-next: Tree for December 4 (netdev-related: several) Randy Dunlap
2008-12-05  7:06 ` next-2008-12-04: vm.bio_inline_vecs Alexey Dobriyan
2008-12-05  8:44   ` Jens Axboe [this message]
     [not found] ` <20081204200745.eff0ac87.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2008-12-06 12:04   ` linux-next: Tree for December 4 Mariusz Kozlowski
     [not found]     ` <200812061304.12216.m.kozlowski-NWF1p15JEu3VItvQsEIGlw@public.gmane.org>
2008-12-06 13:42       ` Alexander Beregalov
2008-12-07  0:43         ` Stephen Rothwell
2008-12-09  7:07 ` next-20081104 - kernel panic on ia64 box, at __mutex_lock_interruptible_slowpath Kamalesh Babulal
2008-12-09 18:50   ` Luck, Tony

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081205084410.GZ18255@kernel.dk \
    --to=jens.axboe@oracle.com \
    --cc=adobriyan@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).