Re: [RFC] rwsem removal from kobj_map

2005-02-22 Thread Greg KH
On Fri, Feb 18, 2005 at 04:33:03PM -0700, Jonathan Corbet wrote: > [Since this is something I once looked at too...] > > > struct kobj_map *kobj_map_init(kobj_probe_t *base_probe, > > - struct subsystem *s) > > + struct subsystem *s, struct semaphore *sem) > > The only reason

Re: [RFC] rwsem removal from kobj_map

2005-02-18 Thread Jonathan Corbet
[Since this is something I once looked at too...] > struct kobj_map *kobj_map_init(kobj_probe_t *base_probe, > - struct subsystem *s) > + struct subsystem *s, struct semaphore *sem) The only reason kobj_map_init() needed the subsystem argument was for the semaphore. Sinc