netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Hans J. Koch" <hjk@linutronix.de>
To: Emese Revfy <re.emese@gmail.com>
Cc: tony.luck@intel.com, fenghua.yu@intel.com,
	benh@kernel.crashing.org, lethal@linux-sh.org,
	tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com,
	axboe@kernel.dk, gregkh@suse.de, petero2@telia.com,
	davej@redhat.com, maciej.sosnowski@intel.com,
	dougthompson@xmission.com, airlied@linux.ie, rolandd@cisco.com,
	sean.hefty@intel.com, hal.rosenstock@gmail.com, neilb@suse.de,
	rdunlap@xenotime.net, kyle@mcmartin.ca, deller@gmx.de,
	jejb@parisc-linux.org, jbarnes@virtuousgeek.org,
	hjk@linutronix.de, david.vrabel@csr.com, jeremy@xensource.com,
	chris.mason@oracle.com, ccaulfie@redhat.com, teigland@redhat.com,
	tytso@mit.edu, adilger@sun.com, swhiteho@redhat.com,
	mfasheh@suse.com, joel.becker@oracle.com, rusty@rustcorp.com.au,
	penberg@cs.helsinki.fi, shemminger@linux-foundation.org,
	torvalds@linux-foundation.org, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org
Subject: Re: [PATCH 29/31] Constify struct sysfs_ops for 2.6.32 v1
Date: Mon, 7 Dec 2009 10:53:57 +0100	[thread overview]
Message-ID: <20091207095356.GA3243@bluebox.local> (raw)
In-Reply-To: <4B19A33B.9050907@gmail.com>

On Sat, Dec 05, 2009 at 01:03:07AM +0100, Emese Revfy wrote:
> From: Emese Revfy <re.emese@gmail.com>
> 
> Constify struct sysfs_ops.
> Per Dave Miller's suggestion, resend with proper CC list and patch format.
> 
> Signed-off-by: Emese Revfy <re.emese@gmail.com>

For the Userspace I/O part:
Acked-by: Hans J. Koch <hjk@linutronix.de>

> ---

[...]

>  drivers/uio/uio.c                     |    4 ++--

[...]

> diff --git a/drivers/uio/uio.c b/drivers/uio/uio.c
> index e941367..4de382a 100644
> --- a/drivers/uio/uio.c
> +++ b/drivers/uio/uio.c
> @@ -129,7 +129,7 @@ static ssize_t map_type_show(struct kobject *kobj, struct attribute *attr,
>  	return entry->show(mem, buf);
>  }
>  
> -static struct sysfs_ops map_sysfs_ops = {
> +static const struct sysfs_ops map_sysfs_ops = {
>  	.show = map_type_show,
>  };
>  
> @@ -217,7 +217,7 @@ static ssize_t portio_type_show(struct kobject *kobj, struct attribute *attr,
>  	return entry->show(port, buf);
>  }
>  
> -static struct sysfs_ops portio_sysfs_ops = {
> +static const struct sysfs_ops portio_sysfs_ops = {
>  	.show = portio_type_show,
>  };

  parent reply	other threads:[~2009-12-07  9:53 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4B198670.2000406@gmail.com>
     [not found] ` <4B198A33.7080705@gmail.com>
2009-12-04 22:39   ` [PATCH 06/31] Constify struct e1000_mac_operations for 2.6.32 v1 Waskiewicz Jr, Peter P
2009-12-05  0:03   ` Emese Revfy
     [not found]   ` <4B19A337.6060808@gmail.com>
2009-12-05  0:40     ` Stephen Rothwell
2009-12-05  1:18       ` Emese Revfy
2009-12-05  1:21         ` Jeff Kirsher
     [not found] ` <4B198AE3.2040003@gmail.com>
2009-12-04 22:40   ` [PATCH 08/31] Constify struct e1000_phy_operations " Waskiewicz Jr, Peter P
2009-12-05  0:03   ` Emese Revfy
     [not found] ` <4B198FA1.7090807@gmail.com>
2009-12-04 23:02   ` [PATCH 22/31] Constify struct neigh_ops " Emese Revfy
2009-12-04 23:19     ` David Miller
2009-12-05  0:02   ` Emese Revfy
     [not found] ` <4B198DA7.1080809@gmail.com>
2009-12-04 23:05   ` [PATCH 15/31] Constify struct iwl_ops " Emese Revfy
2009-12-05  0:02   ` Emese Revfy
     [not found] ` <4B198A7E.4080407@gmail.com>
2009-12-04 22:40   ` [PATCH 07/31] Constify struct e1000_nvm_operations " Waskiewicz Jr, Peter P
2009-12-05  0:03   ` Emese Revfy
     [not found] ` <4B1991E2.5010903@gmail.com>
2009-12-04 23:00   ` [PATCH 29/31] Constify struct sysfs_ops " Emese Revfy
2009-12-05  0:03   ` Emese Revfy
2009-12-05 21:15     ` Jens Axboe
2009-12-06  8:58       ` Pekka Enberg
2009-12-07  9:53     ` Hans J. Koch [this message]
     [not found] ` <4B198C43.50205@gmail.com>
     [not found]   ` <4B19A333.5080103@gmail.com>
2009-12-05  0:09     ` [PATCH 11/31] Constify struct file_operations " Greg KH
2009-12-05  2:50       ` Emese Revfy
2009-12-05  4:15         ` Greg KH
2009-12-06  1:47           ` Emese Revfy
2009-12-06 17:25             ` Greg KH
2009-12-07  0:45               ` Emese Revfy
2009-12-07 15:11                 ` Greg KH
2009-12-07 17:35                   ` Emese Revfy
2009-12-07 17:57                     ` Greg KH

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=20091207095356.GA3243@bluebox.local \
    --to=hjk@linutronix.de \
    --cc=adilger@sun.com \
    --cc=airlied@linux.ie \
    --cc=axboe@kernel.dk \
    --cc=benh@kernel.crashing.org \
    --cc=ccaulfie@redhat.com \
    --cc=chris.mason@oracle.com \
    --cc=davej@redhat.com \
    --cc=david.vrabel@csr.com \
    --cc=deller@gmx.de \
    --cc=dougthompson@xmission.com \
    --cc=fenghua.yu@intel.com \
    --cc=gregkh@suse.de \
    --cc=hal.rosenstock@gmail.com \
    --cc=hpa@zytor.com \
    --cc=jbarnes@virtuousgeek.org \
    --cc=jejb@parisc-linux.org \
    --cc=jeremy@xensource.com \
    --cc=joel.becker@oracle.com \
    --cc=kyle@mcmartin.ca \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maciej.sosnowski@intel.com \
    --cc=mfasheh@suse.com \
    --cc=mingo@redhat.com \
    --cc=neilb@suse.de \
    --cc=netdev@vger.kernel.org \
    --cc=penberg@cs.helsinki.fi \
    --cc=petero2@telia.com \
    --cc=rdunlap@xenotime.net \
    --cc=re.emese@gmail.com \
    --cc=rolandd@cisco.com \
    --cc=rusty@rustcorp.com.au \
    --cc=sean.hefty@intel.com \
    --cc=shemminger@linux-foundation.org \
    --cc=swhiteho@redhat.com \
    --cc=teigland@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=tony.luck@intel.com \
    --cc=torvalds@linux-foundation.org \
    --cc=tytso@mit.edu \
    /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).