Re: [patch 2/4] net: make seq_operations const

2007-03-12 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 12 Mar 2007 14:08:19 -0700 > The seq_file operations stuff can be marked constant to > get it out of dirty cache. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied. - To unsubscribe from this list: send the line "unsubscribe n

[patch 2/4] net: make seq_operations const

2007-03-12 Thread Stephen Hemminger
The seq_file operations stuff can be marked constant to get it out of dirty cache. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/core/dev.c |4 ++-- net/core/dev_mcast.c |2 +- net/core/neighbour.c |2 +- net/core/sock.c |2 +- net/core/wireless.c |2