All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: re.emese@gmail.com
Cc: linux-kernel@vger.kernel.org, bmarzins@redhat.com,
	torvalds@linux-foundation.org
Subject: Re: [PATCH 2/4] Constify struct kset_uevent_ops for 2.6.32-git-053fe57ac v2
Date: Mon, 14 Dec 2009 10:22:44 +0000	[thread overview]
Message-ID: <1260786164.2389.2.camel@localhost> (raw)
In-Reply-To: <6710f02ae2e61ac5f9d711c263fa1a5693fff998.1260663000.git.re.emese@gmail.com>

On Mon, 2009-12-14 at 01:00 +0100, re.emese@gmail.com wrote:
> From: Emese Revfy <re.emese@gmail.com>
> 
> 
> Signed-off-by: Emese Revfy <re.emese@gmail.com>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>


Steve.

> ---
>  fs/gfs2/sys.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c
> index c5dad1e..2d9b7ed 100644
> --- a/fs/gfs2/sys.c
> +++ b/fs/gfs2/sys.c
> @@ -586,7 +586,7 @@ static int gfs2_uevent(struct kset *kset, struct kobject *kobj,
>  	return 0;
>  }
>  
> -static struct kset_uevent_ops gfs2_uevent_ops = {
> +static const struct kset_uevent_ops gfs2_uevent_ops = {
>  	.uevent = gfs2_uevent,
>  };
>  



  reply	other threads:[~2009-12-14 10:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-14  0:00 [PATCH 0/4] Constify struct kset_uevent_ops for 2.6.32-git-053fe57ac v2 re.emese
2009-12-14  0:00 ` [PATCH 1/4] " re.emese
2009-12-14  0:00 ` [PATCH 1/1] Constify struct kgdb_io " re.emese
2009-12-14  0:00 ` [PATCH 2/4] Constify struct kset_uevent_ops " re.emese
2009-12-14 10:22   ` Steven Whitehouse [this message]
2009-12-14  0:00 ` [PATCH 3/4] " re.emese
2009-12-25 11:31   ` Pekka Enberg
2009-12-26  0:38     ` Emese Revfy
2009-12-28 20:46       ` David Rientjes
2009-12-29 20:50         ` Emese Revfy
2009-12-29 20:51           ` Pekka Enberg
2009-12-29  7:24       ` Pekka Enberg
2009-12-29 20:58         ` [PATCH 1/1] Constify struct kset_uevent_ops for 2.6.33-rc2 Emese Revfy
2009-12-30  0:11           ` Greg KH
2009-12-31  0:16             ` Emese Revfy
2009-12-31  4:40               ` Greg KH
2009-12-31 13:52                 ` Emese Revfy
2009-12-14  0:00 ` [PATCH 4/4] Constify struct kset_uevent_ops for 2.6.32-git-053fe57ac v2 re.emese

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=1260786164.2389.2.camel@localhost \
    --to=swhiteho@redhat.com \
    --cc=bmarzins@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=re.emese@gmail.com \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.