Re: [PATCH 1/1] semaphore: declare down_try

From: Jiri Slaby
Date: Wed Jul 30 2008 - 07:27:43 EST


Jiri Slaby napsal(a):
Maybe you already fixed this, in todays mmotm there is a fix of duplicate
down_try definiton, but this problem still persist.

BTW. there is still bunch of down_trylock(); users, are you about to eliminate them?

2 182 /home/latest/xxx/drivers/watchdog/ar7_wdt.c <<ar7_wdt_open>>
if (down_trylock(&open_semaphore))
3 309 /home/latest/xxx/drivers/watchdog/it8712f_wdt.c
<<it8712f_wdt_open>>
if (down_trylock(&it8712f_wdt_sem))
4 214 /home/latest/xxx/drivers/watchdog/s3c2410_wdt.c
<<s3c2410wdt_open>>
if(down_trylock(&open_lock))
5 154 /home/latest/xxx/drivers/watchdog/sc1200wdt.c <<sc1200wdt_open>>
if (down_trylock(&open_sem))
6 95 /home/latest/xxx/drivers/watchdog/scx200_wdt.c <<scx200_wdt_open>>
if (down_trylock(&open_semaphore))
7 429 /home/latest/xxx/drivers/watchdog/wdt_pci.c <<wdtpci_open>>
if (down_trylock(&open_sem))
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/