Re: [PATCH] net : make netlink_seq_ops const

2007-07-06 Thread Philippe De Muyter
On Fri, Jul 06, 2007 at 02:52:11PM +0200, Patrick McHardy wrote: > [please send networking patches to netdev] > > Philippe De Muyter wrote: > > Hi all, > > > > Make netlink_seq_ops const > > > Might make more sense to do a big patch for all occurences of this > in net/: > > # grep "^static str

Re: [PATCH] net : make netlink_seq_ops const

2007-07-06 Thread Patrick McHardy
[please send networking patches to netdev] Philippe De Muyter wrote: > Hi all, > > Make netlink_seq_ops const Might make more sense to do a big patch for all occurences of this in net/: # grep "^static struct seq_operations" -r net/ | wc -l 76 - To unsubscribe from this list: send the line "un

[PATCH] net : make netlink_seq_ops const

2007-07-06 Thread Philippe De Muyter
Hi all, Make netlink_seq_ops const Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 6c0a10cc415a net/netlink/af_netlink.c --- a/net/netlink/af_netlink.c Thu Jul 5 16:10:16 2007 -0700 +++ b/net/netlink/af_netlink.c Fri Jul 6 14:43:30 2007 +0200 @@ -1713,7 +1713,7 @@ static int ne