Re: [PATCH 18/57] iTCO: unlocked_ioctl, coding style and cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Tuesday, May 20, 2008 - 9:36 pm

On Wed, 21 May 2008 14:26:15 +1000 Rusty Russell <rusty@rustcorp.com.au> wrote:


Well, a simple patch which does

/*
 * comment goes here
 */
static inline int __must_check down_nowait(struct semaphore *sem)
{
	return !down_trylock(sem);
}

and which does not deprecate down_trylock() could go into mainline
right now, (assuming that the overall concept doesn't get shot down in
review - did it get reviewed?)

Then you can start trickling stuff out to people straight away.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/57] watchdog: Giant scrub, Alan Cox, (Mon May 19, 6:04 am)
[PATCH 03/57] ali: watchdog locking and style, Alan Cox, (Mon May 19, 6:04 am)
[PATCH 04/57] AR7 watchdog, Alan Cox, (Mon May 19, 6:05 am)
[PATCH 05/57] atp watchdog, Alan Cox, (Mon May 19, 6:05 am)
[PATCH 06/57] at91: watchdog to unlocked_ioctl, Alan Cox, (Mon May 19, 6:05 am)
[PATCH 07/57] cpu5_wdt: switch to unlocked_ioctl, Alan Cox, (Mon May 19, 6:05 am)
[PATCH 09/57] ep93xx_wdt: unlocked_ioctl, Alan Cox, (Mon May 19, 6:05 am)
[PATCH 11/57] hpwdt: couple of include cleanups, Alan Cox, (Mon May 19, 6:05 am)
[PATCH 15/57] indydog: Clean up and tidy, Alan Cox, (Mon May 19, 6:06 am)
[PATCH 17/57] it8712f: unlocked_ioctl, Alan Cox, (Mon May 19, 6:06 am)
[PATCH 22/57] ixp4xx_wdt: unlocked_ioctl, Alan Cox, (Mon May 19, 6:06 am)
[PATCH 26/57] mpc watchdog: clean up and locking, Alan Cox, (Mon May 19, 6:07 am)
[PATCH 33/57] pnx4008_wdt: unlocked_ioctl setup, Alan Cox, (Mon May 19, 6:07 am)
[PATCH 34/57] rm9k_wdt: clean up, Alan Cox, (Mon May 19, 6:07 am)
[PATCH 38/57] stg7240_wdt: unlocked_ioctl, Alan Cox, (Mon May 19, 6:08 am)
[PATCH 39/57] sbc8360: clean up, Alan Cox, (Mon May 19, 6:08 am)
Re: [PATCH 00/57] watchdog: Giant scrub, Andrew Morton, (Mon May 19, 11:21 am)
Re: [PATCH 00/57] watchdog: Giant scrub, Alan Cox, (Mon May 19, 12:51 pm)
Re: [PATCH 14/57] ibmasr: coding style, locking verify, Andrey Panin, (Mon May 19, 10:52 pm)
Re: [PATCH 00/57] watchdog: Giant scrub, Wim Van Sebroeck, (Tue May 20, 1:01 am)
Re: [PATCH 00/57] watchdog: Giant scrub, Andrew Morton, (Tue May 20, 1:37 am)
Re: [PATCH 00/57] watchdog: Giant scrub, Wim Van Sebroeck, (Tue May 20, 8:34 am)
Re: [PATCH 18/57] iTCO: unlocked_ioctl, coding style and c ..., Andrew Morton, (Tue May 20, 9:36 pm)