Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: use correct debugfs mountpoint

Use the default mountpoint of debugfs in the pktcdvd ABI.

Signed-off-by: Shen Feng <shen@cn.fujitsu.com>
Cc: <balagi@justmail.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Shen Feng and committed by
Linus Torvalds
bbdba273 c863d835

+3 -3
+3 -3
Documentation/ABI/testing/debugfs-pktcdvd
··· 1 - What: /debug/pktcdvd/pktcdvd[0-7] 1 + What: /sys/kernel/debug/pktcdvd/pktcdvd[0-7] 2 2 Date: Oct. 2006 3 3 KernelVersion: 2.6.20 4 4 Contact: Thomas Maier <balagi@justmail.de> ··· 10 10 The pktcdvd module (packet writing driver) creates 11 11 these files in debugfs: 12 12 13 - /debug/pktcdvd/pktcdvd[0-7]/ 13 + /sys/kernel/debug/pktcdvd/pktcdvd[0-7]/ 14 14 info (0444) Lots of driver statistics and infos. 15 15 16 16 Example: 17 17 ------- 18 18 19 - cat /debug/pktcdvd/pktcdvd0/info 19 + cat /sys/kernel/debug/pktcdvd/pktcdvd0/info