projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771fcb5
)
doc: use correct debugfs mountpoint
author
Randy Dunlap
<randy.dunlap@oracle.com>
Sun, 3 Feb 2008 14:30:51 +0000
(16:30 +0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sun, 3 Feb 2008 14:30:51 +0000
(16:30 +0200)
Use the normal, expected mountpoint in the relay(fs) example
for debugfs.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/filesystems/relay.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/filesystems/relay.txt
b/Documentation/filesystems/relay.txt
index 18d23f9a18c74663e1a7cbcc07232e7879945c5e..094f2d2f38b1a5571283ee745aa494c12b12808c 100644
(file)
--- a/
Documentation/filesystems/relay.txt
+++ b/
Documentation/filesystems/relay.txt
@@
-140,7
+140,7
@@
close() decrements the channel buffer's refcount. When the refcount
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