Re: [PATCH 2/2] Implement shadow directory support for device classes.

2007-01-24 Thread Eric W. Biederman
Greg KH <[EMAIL PROTECTED]> writes: > Or you can try it with any of the subsystems that have already been > converted over to use the struct device code, like misc, mem, and many > others. Just look for the symlinks in /sys/class/CLASS_NAME/ instead of > real subdirectories. > > So I'd really pre

Re: [PATCH 2/2] Implement shadow directory support for device classes.

2007-01-24 Thread Greg KH
On Wed, Jan 24, 2007 at 01:28:22PM -0700, Eric W. Biederman wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > > On Wed, Jan 24, 2007 at 12:37:19PM -0700, Eric W. Biederman wrote: > >> > >> Modify the device class code so that normal manipulations work > >> in the presence of shadow directories. S

Re: [PATCH 2/2] Implement shadow directory support for device classes.

2007-01-24 Thread Eric W. Biederman
Greg KH <[EMAIL PROTECTED]> writes: > On Wed, Jan 24, 2007 at 12:37:19PM -0700, Eric W. Biederman wrote: >> >> Modify the device class code so that normal manipulations work >> in the presence of shadow directories. Some of the shadow directory >> support still needs to be implemented in the imp

Re: [PATCH 2/2] Implement shadow directory support for device classes.

2007-01-24 Thread Greg KH
On Wed, Jan 24, 2007 at 12:37:19PM -0700, Eric W. Biederman wrote: > > Modify the device class code so that normal manipulations work > in the presence of shadow directories. Some of the shadow directory > support still needs to be implemented in the implementation of the > class but these modifi