[PATCH] doc: use correct debugfs mountpoint

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: lkml <linux-kernel@...>
Cc: akpm <akpm@...>, <zanussi@...>
Date: Monday, January 14, 2008 - 7:14 pm

From: Randy Dunlap <randy.dunlap@oracle.com>

Use the normal, expected mountpoint in the relay(fs) example
for debugfs.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 Documentation/filesystems/relay.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.24-rc7.orig/Documentation/filesystems/relay.txt
+++ linux-2.6.24-rc7/Documentation/filesystems/relay.txt
@@ -140,7 +140,7 @@ close()     decrements the channel buffe
 In order for a user application to make use of relay files, the
 host filesystem must be mounted.  For example,
 
-	mount -t debugfs debugfs /debug
+	mount -t debugfs debugfs /sys/kernel/debug
 
 NOTE:   the host filesystem doesn't need to be mounted for kernel
 	clients to create or use channels - it only needs to be
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] doc: use correct debugfs mountpoint, Randy Dunlap, (Mon Jan 14, 7:14 pm)