From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Brown Subject: Re: md: constify VFTs Date: Tue, 21 Apr 2009 15:56:11 +1000 Message-ID: <18925.24571.978885.451763@notabene.brown> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: message from Jan Engelhardt on Sunday January 11 Sender: linux-raid-owner@vger.kernel.org To: Jan Engelhardt Cc: linux-raid@vger.kernel.org List-Id: linux-raid.ids 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 > Date: Sun Jan 11 23:45:53 2009 +0100 > > md: constify VFTs > > Signed-off-by: Jan Engelhardt > --- > 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