]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: adjust makefile, patch series for sysfs->debugfs
authorSage Weil <sage@newdream.net>
Mon, 23 Mar 2009 22:56:36 +0000 (15:56 -0700)
committerSage Weil <sage@newdream.net>
Mon, 23 Mar 2009 22:56:36 +0000 (15:56 -0700)
src/Makefile.am
src/kernel/import_patch_set_into_linux_git.sh

index be8614b8681eaad4de8a47daa70471897483e969..470d292df02ec9164287de6f974460304708d85c 100644 (file)
@@ -390,6 +390,7 @@ noinst_HEADERS = \
         kernel/crush/hash.h\
         kernel/crush/mapper.c\
         kernel/crush/mapper.h\
+       kernel/debugfs.c\
        kernel/decode.h\
        kernel/dir.c\
        kernel/export.c\
@@ -413,7 +414,6 @@ noinst_HEADERS = \
        kernel/snap.c\
        kernel/super.c\
        kernel/super.h\
-       kernel/sysfs.c\
        kernel/types.h\
        mds/locks.c\
        mds/locks.h\
index 631c65966af55a542cfff9af5d2773ec5dd944cb..7ee2210cbc576e4e5130865da87163624c568917 100755 (executable)
@@ -299,11 +299,11 @@ tool can also be enabled via .config.
 
 EOF
 
-git add fs/ceph/sysfs.c
+git add fs/ceph/debugfs.c
 git commit -F - <<EOF
-ceph: sysfs
+ceph: debugfs
 
-Basic state information is available via /sys/fs/ceph, including
+Basic state information is available via /debug/ceph, including
 instances of the client, fsids, current monitor, mds and osd maps,
 and hooks to adjust debug levels.