From: Neil Brown <neilb@suse.de>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: linux-raid@vger.kernel.org
Subject: Re: md: constify VFTs
Date: Tue, 21 Apr 2009 15:56:11 +1000 [thread overview]
Message-ID: <18925.24571.978885.451763@notabene.brown> (raw)
In-Reply-To: message from Jan Engelhardt on Sunday January 11
On Sunday January 11, jengelh@medozas.de wrote:
>
> This was already sent on January 22 2008 for 2.6.25, but on a recent
> rebase of my constify branch still was not in for 2.6.29.
> http://www.mail-archive.com/linux-raid@vger.kernel.org/msg10397.html
>
I just found this... sorry for being so tardy in responding.
It is in my tree now and will got with the next pull request (don't
know whether that will be .30 or .31).
Thanks,
NeilBrown
>
> ---8<---
> parent 5b692aa02e68392e41a5b341e5c965b382fda948 (v2.6.29-rc1-6-g5b692aa)
> commit e6422a7a52d38365b8697463bebaefcdcb179e3a
> Author: Jan Engelhardt <jengelh@medozas.de>
> Date: Sun Jan 11 23:45:53 2009 +0100
>
> md: constify VFTs
>
> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
> ---
> drivers/md/md.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/md/md.c b/drivers/md/md.c
> index 41e2509..20c1634 100644
> --- a/drivers/md/md.c
> +++ b/drivers/md/md.c
> @@ -5644,7 +5644,7 @@ static int md_seq_show(struct seq_file *seq, void *v)
> return 0;
> }
>
> -static struct seq_operations md_seq_ops = {
> +static const struct seq_operations md_seq_ops = {
> .start = md_seq_start,
> .next = md_seq_next,
> .stop = md_seq_stop,
> --
> # Created with git-export-patch
prev parent reply other threads:[~2009-04-21 5:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-11 22:47 md: constify VFTs Jan Engelhardt
2009-04-21 5:56 ` Neil Brown [this message]
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=18925.24571.978885.451763@notabene.brown \
--to=neilb@suse.de \
--cc=jengelh@medozas.de \
--cc=linux-raid@vger.kernel.org \
/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).