Re: [PATCHSET 4/4] sysfs: implement new features

2007-09-27 Thread Kyle Moffett
On Sep 25, 2007, at 18:50:05, Greg KH wrote: On Thu, Sep 20, 2007 at 05:31:37PM +0900, Tejun Heo wrote: * Name-formatting for symlinks. e.g. symlink pointing to /dira/ dirb/leaf can be named as "symlink:%1-%0" and it will show up as "symlink:dirb-leaf". This only applies when new interface i

Re: [PATCHSET 4/4] sysfs: implement new features

2007-09-27 Thread Tejun Heo
Hello, Greg. Please read the other reply first. We need some consensus there first. Greg KH wrote: >> * Notify pollers on file deactivation. > > This looks nice. Cool. >> * Name-formatting for symlinks. e.g. symlink pointing to >> /dira/dirb/leaf can be named as "symlink:%1-%0" and it will

Re: [PATCHSET 4/4] sysfs: implement new features

2007-09-25 Thread Greg KH
On Thu, Sep 20, 2007 at 05:31:37PM +0900, Tejun Heo wrote: > Hello, all. > > This is the fourth patchset of four sysfs update patchset series[1] > and to be applied on top of the third patchset[2]. > > This patchset implements the following new features. > > * Notify pollers on file deactivation

[PATCHSET 4/4] sysfs: implement new features

2007-09-20 Thread Tejun Heo
Hello, all. This is the fourth patchset of four sysfs update patchset series[1] and to be applied on top of the third patchset[2]. This patchset implements the following new features. * Notify pollers on file deactivation. * Name-formatting for symlinks. e.g. symlink pointing to /dira/dirb/l