lkml.org 
[lkml]   [2010]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 27/30] staging: Bulk convert the semaphore mess
On Tue, 7 Sep 2010, Greg KH wrote:

> On Tue, Sep 07, 2010 at 02:33:47PM -0000, Thomas Gleixner wrote:
> > init_MUTEX(_LOCKED) and DECLARE_MUTEX are going away. Bulk convert
> > staging users.
>
> I don't think you actually built this change:
>
> > --- linux-2.6.orig/drivers/staging/comedi/drivers/usbdux.c
> > +++ linux-2.6/drivers/staging/comedi/drivers/usbdux.c
> > @@ -315,7 +315,7 @@ struct usbduxsub {
> > */
> > static struct usbduxsub usbduxsub[NUMUSBDUX];
> >
> > -static DECLARE_MUTEX(start_stop_sem);
> > +static DEFINE_SEMAPHORE(start_stop_sem);
> >
> > /*
> > * Stops the data acquision
>
> I don't see DEFINE_SEMAPHORE() in Linus's tree, what should we use
> instead?

It's the first patch in the series, which I want to get Linus wards
now, so this does not trip over.

Thanks,

tglx


\
 
 \ /
  Last update: 2010-09-08 11:03    [W:0.135 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site