From: Sage Weil Date: Mon, 27 Jul 2009 17:11:36 +0000 (-0700) Subject: kclient: debugfs mounts on /sys/kernel/debug X-Git-Tag: v0.12~88 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db90dcdd6727063ee2930defb5e8fd0e178ade4d;p=ceph.git kclient: debugfs mounts on /sys/kernel/debug --- diff --git a/src/kernel/debugfs.c b/src/kernel/debugfs.c index ffbc3c3097b6..a41238dddce1 100644 --- a/src/kernel/debugfs.c +++ b/src/kernel/debugfs.c @@ -7,10 +7,10 @@ #include "mds_client.h" /* - * Implement /debug/ceph fun + * Implement /sys/kernel/debug/ceph fun * - * /debug/ceph/caps_reservation - expose caps reservation stats - * /debug/ceph/client* - an instance of the ceph client + * /sys/kernel/debug/ceph/caps_reservation - expose caps reservation stats + * /sys/kernel/debug/ceph/client* - an instance of the ceph client * .../fsid - mounted fsid * .../osdmap - current osdmap * .../mdsmap - current mdsmap diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index 90b62c184e43..a134f3dc4b0f 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -317,9 +317,9 @@ git add $target/ceph/debugfs.c git commit -s -F - <