[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1252327165.2153.102.camel@centos51>
Date: Mon, 07 Sep 2009 21:39:25 +0900
From: GeunSik Lim <leemgs1@...il.com>
To: Greg KH <greg@...ah.com>
Cc: balagi@...tmail.de, linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH 5/5] debugfs - Modify default debugfs directory for
debugging pktcdvd.
>>From 1a6a1b8d86da5d3e938754f0f4e71aaf7813ef0f Mon Sep 17 00:00:00 2001
From: GeunSik,Lim <leemgs1@...il.com>
Date: Mon, 7 Sep 2009 20:57:09 +0900
Subject: [PATCH 5/5] Modify default debugfs directory for debugging pktcdvd.
As we all know, We need change default directory for consistency of
debugfs by Greg.K.H
Signed-off-by: GeunSik Lim <geunsik.lim@...sung.com>
---
drivers/block/pktcdvd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c
index 99a506f..95f11cd 100644
--- a/drivers/block/pktcdvd.c
+++ b/drivers/block/pktcdvd.c
@@ -92,7 +92,7 @@ static struct mutex ctl_mutex; /* Serialize open/close/setup/teardown */
static mempool_t *psd_pool;
static struct class *class_pktcdvd = NULL; /* /sys/class/pktcdvd */
-static struct dentry *pkt_debugfs_root = NULL; /* /debug/pktcdvd */
+static struct dentry *pkt_debugfs_root = NULL; /* /sys/kernel/debug/pktcdvd */
/* forward declaration */
static int pkt_setup_dev(dev_t dev, dev_t* pkt_dev);
--
1.6.3.1
-----------------------------------------------
To unsubscribe from this list: send the line "unsubscribe linux-***"
in the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
GeunSik Lim ( Samsung Electronics )
e-Mail :1) geunsik.lim@...sung.com
2) leemgs@...il.com , leemgs1@...il.com
HomePage: http://blog.naver.com/invain/
-----------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists