Re: [PATCH 1/2] debugfs: Allow debugfs_create_dir() to take data
From: Hiroshi Doyu <hidden>
Date: 2012-08-15 05:42:35
Also in:
linux-iommu, lkml
From: Hiroshi Doyu <hidden>
Date: 2012-08-15 05:42:35
Also in:
linux-iommu, lkml
On Thu, 9 Aug 2012 14:56:24 +0200 Hiroshi Doyu [off-list ref] wrote:
Hi Greg, Felipe, On Wed, 8 Aug 2012 15:34:27 +0200 Greg Kroah-Hartman [off-list ref] wrote:quoted
On Wed, Aug 08, 2012 at 09:24:32AM +0300, Hiroshi Doyu wrote:quoted
Add __debugfs_create_dir(), which takes data passed from caller.Why?quoted
Signed-off-by: Hiroshi Doyu <redacted> --- fs/debugfs/inode.c | 7 ++++--- include/linux/debugfs.h | 9 ++++++++- 2 files changed, 12 insertions(+), 4 deletions(-).....quoted
What are you trying to do here? This patch doesn't look right at all.I missed to send the cover letter of this patch series to LKML, which explained the background. I attached that cover letter below. Please read the following explanation too.
Any chance to get some feedback on this? I'm also sending another version of patch, which just uses debgufs_create_dir() as Felipe suggested, in-reply-to this mail.