Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-15 Thread Greg Kroah-Hartman
On Wed, Aug 15, 2012 at 08:40:08AM +0300, Hiroshi Doyu wrote: > On Thu, 9 Aug 2012 14:56:24 +0200 > Hiroshi Doyu wrote: > > > Hi Greg, Felipe, > > > > On Wed, 8 Aug 2012 15:34:27 +0200 > > Greg Kroah-Hartman wrote: > > > > > On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote: > > >

Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-15 Thread Greg Kroah-Hartman
On Wed, Aug 15, 2012 at 08:40:08AM +0300, Hiroshi Doyu wrote: On Thu, 9 Aug 2012 14:56:24 +0200 Hiroshi Doyu hd...@nvidia.com wrote: Hi Greg, Felipe, On Wed, 8 Aug 2012 15:34:27 +0200 Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Wed, Aug 08, 2012 at 09:24:32AM +0300,

Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-14 Thread Hiroshi Doyu
On Thu, 9 Aug 2012 14:56:24 +0200 Hiroshi Doyu wrote: > Hi Greg, Felipe, > > On Wed, 8 Aug 2012 15:34:27 +0200 > Greg Kroah-Hartman wrote: > > > On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote: > > > Add __debugfs_create_dir(), which takes data passed from caller. > > > > Why? >

Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-14 Thread Hiroshi Doyu
On Thu, 9 Aug 2012 14:56:24 +0200 Hiroshi Doyu hd...@nvidia.com wrote: Hi Greg, Felipe, On Wed, 8 Aug 2012 15:34:27 +0200 Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote: Add __debugfs_create_dir(), which takes data

Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-09 Thread Hiroshi Doyu
Hi Greg, Felipe, On Wed, 8 Aug 2012 15:34:27 +0200 Greg Kroah-Hartman wrote: > On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote: > > Add __debugfs_create_dir(), which takes data passed from caller. > > Why? > > > Signed-off-by: Hiroshi Doyu > > --- > > fs/debugfs/inode.c |

Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-09 Thread Hiroshi Doyu
Hi Greg, Felipe, On Wed, 8 Aug 2012 15:34:27 +0200 Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote: Add __debugfs_create_dir(), which takes data passed from caller. Why? Signed-off-by: Hiroshi Doyu hd...@nvidia.com ---

Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-08 Thread Greg Kroah-Hartman
On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote: > Add __debugfs_create_dir(), which takes data passed from caller. Why? > Signed-off-by: Hiroshi Doyu > --- > fs/debugfs/inode.c |7 --- > include/linux/debugfs.h |9 - > 2 files changed, 12 insertions(+), 4

[PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-08 Thread Hiroshi Doyu
Add __debugfs_create_dir(), which takes data passed from caller. Signed-off-by: Hiroshi Doyu --- fs/debugfs/inode.c |7 --- include/linux/debugfs.h |9 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index

[PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-08 Thread Hiroshi Doyu
Add __debugfs_create_dir(), which takes data passed from caller. Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- fs/debugfs/inode.c |7 --- include/linux/debugfs.h |9 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/fs/debugfs/inode.c

Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data

2012-08-08 Thread Greg Kroah-Hartman
On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote: Add __debugfs_create_dir(), which takes data passed from caller. Why? Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- fs/debugfs/inode.c |7 --- include/linux/debugfs.h |9 - 2 files changed, 12