The patch titled doc: use correct debugfs mountpoint has been added to the -mm tree. Its filename is doc-use-correct-debugfs-mountpoint.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: doc: use correct debugfs mountpoint From: Shen Feng <shen@xxxxxxxxxxxxxx> Use the default mountpoint of debugfs in the pktcdvd ABI. Signed-off-by: Shen Feng <shen@xxxxxxxxxxxxxx> Cc: <balagi@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/ABI/testing/debugfs-pktcdvd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN Documentation/ABI/testing/debugfs-pktcdvd~doc-use-correct-debugfs-mountpoint Documentation/ABI/testing/debugfs-pktcdvd --- a/Documentation/ABI/testing/debugfs-pktcdvd~doc-use-correct-debugfs-mountpoint +++ a/Documentation/ABI/testing/debugfs-pktcdvd @@ -1,4 +1,4 @@ -What: /debug/pktcdvd/pktcdvd[0-7] +What: /sys/kernel/debug/pktcdvd/pktcdvd[0-7] Date: Oct. 2006 KernelVersion: 2.6.20 Contact: Thomas Maier <balagi@xxxxxxxxxxx> @@ -10,10 +10,10 @@ debugfs interface The pktcdvd module (packet writing driver) creates these files in debugfs: -/debug/pktcdvd/pktcdvd[0-7]/ +/sys/kernel/debug/pktcdvd/pktcdvd[0-7]/ info (0444) Lots of driver statistics and infos. Example: ------- -cat /debug/pktcdvd/pktcdvd0/info +cat /sys/kernel/debug/pktcdvd/pktcdvd0/info _ Patches currently in -mm which might be from shen@xxxxxxxxxxxxxx are doc-use-correct-debugfs-mountpoint.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html