Re: [PATCH] Remove argument from open_softirq which is always NULL

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Paul E. McKenney
Date: Friday, May 16, 2008 - 11:28 am

On Thu, May 15, 2008 at 11:15:37AM -0300, Carlos R. Mafra wrote:

Good stuff!!!

Will there also be a similar set of patches that removes the extra
argument from the invoked function?  For example:

	static void rcu_process_callbacks(struct softirq_action *unused)

could now become:

	static void rcu_process_callbacks(void)

Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Remove argument from open_softirq which is alw ..., Paul E. McKenney, (Fri May 16, 11:28 am)
Re: [PATCH] Remove unused argument from functions invoked ..., Paul E. McKenney, (Fri May 16, 11:03 pm)