#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
git commit -s -F - <<EOF
ceph: debugfs
-Basic state information is available via /debug/ceph, including
-instances of the client, fsids, current monitor, mds and osd maps,
-outstanding server requests, and hooks to adjust debug levels.
+Basic state information is available via /sys/kernel/debug/ceph,
+including instances of the client, fsids, current monitor, mds and osd
+maps, outstanding server requests, and hooks to adjust debug levels.
EOF