lkml.org 
[lkml]   [2008]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/1] semaphore: declare down_try
On Wed, 30 Jul 2008 13:27:36 +0200 Jiri Slaby <jirislaby@gmail.com> wrote:

> 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))

oh crap, yes, sorry, I had a bit of a catastrophe with two different
versions of the sameish thing coming from two directions and my
approach to fixing that was to drop one patch and to await the next
linux-next pull for the other. Forgot.


\
 
 \ /
  Last update: 2008-07-30 18:51    [W:0.043 / U:0.696 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site