Re: [PATCH 1/1] devfs: add symlink support

2013-03-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:11 Wed 06 Mar , Sascha Hauer wrote: > On Wed, Mar 06, 2013 at 09:01:18AM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 08:43 Wed 06 Mar , Sascha Hauer wrote: > > > On Sat, Feb 16, 2013 at 12:35:53PM +0100, Jean-Christophe > > > PLAGNIOL-VILLARD wrote: > > > > Signed-off-by

Re: [PATCH 1/1] devfs: add symlink support

2013-03-06 Thread Sascha Hauer
On Wed, Mar 06, 2013 at 09:01:18AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 08:43 Wed 06 Mar , Sascha Hauer wrote: > > On Sat, Feb 16, 2013 at 12:35:53PM +0100, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > > --- > > > fs/de

Re: [PATCH 1/1] devfs: add symlink support

2013-03-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:43 Wed 06 Mar , Sascha Hauer wrote: > On Sat, Feb 16, 2013 at 12:35:53PM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > fs/devfs.c | 70 > > ++ > > include/dri

Re: [PATCH 1/1] devfs: add symlink support

2013-03-05 Thread Sascha Hauer
On Sat, Feb 16, 2013 at 12:35:53PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > fs/devfs.c | 70 > ++ > include/driver.h |1 + > 2 files changed, 71 insertions(+) What's

Re: [PATCH 1/1] devfs: add symlink support

2013-03-04 Thread Jean-Christophe PLAGNIOL-VILLARD
ping On 12:35 Sat 16 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > fs/devfs.c | 70 > ++ > include/driver.h |1 + > 2 files changed, 71 insertions(+) > > diff --git a/fs

[PATCH 1/1] devfs: add symlink support

2013-02-16 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- fs/devfs.c | 70 ++ include/driver.h |1 + 2 files changed, 71 insertions(+) diff --git a/fs/devfs.c b/fs/devfs.c index f089c6f..c0047e3 100644 --- a/fs/devfs.c +++ b/fs/devfs.c @@