Re: [PATCH 2/3] struct class sem to mutex converting

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Young
Date: Tuesday, May 13, 2008 - 6:34 pm

On Wed, May 14, 2008 at 6:01 AM, Greg KH <greg@kroah.com> wrote:

Yes, lockdep doesn't generate warnings on my side.

I ever wanted to do the conversion, please see:
http://lkml.org/lkml/2008/1/12/49

The result is that device sem2mutex is not possible now, but class
sem2mutex is possible.  After the class_device removing, all the
class->sem usage exist in class.c except for i2c part.

So I make i2c to use class_for_each_device api, so we can do the
class->sem conversion.

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

Messages in current thread:
[PATCH 2/3] struct class sem to mutex converting, Dave Young, (Fri May 9, 12:22 am)
Re: [PATCH 2/3] struct class sem to mutex converting, Dave Young, (Tue May 13, 6:34 pm)