]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: fix bookkeeper dynamic setup
authorYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 20 Oct 2008 23:23:23 +0000 (16:23 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 20 Oct 2008 23:23:23 +0000 (16:23 -0700)
src/kernel/super.c

index f56f1f0676a4246bdd3c650a161cd514b71c7be5..837ba52b3aa9febcaeab0be76c442b07d2c2c13d 100644 (file)
@@ -1066,7 +1066,7 @@ static int __init init_ceph(void)
 
        dout(1, "init_ceph\n");
 
-#ifdef CEPH_BOOKKEEPER
+#ifdef CONFIG_CEPH_BOOKKEEPER
        ceph_bookkeeper_init();
 #endif
 
@@ -1120,7 +1120,7 @@ static void __exit exit_ceph(void)
        kobject_put(ceph_kobj);
        ceph_kobj = 0;
 #endif
-#ifdef CEPH_BOOKKEEPER
+#ifdef CONFIG_CEPH_BOOKKEEPER
        ceph_bookkeeper_finalize();
 #endif
 }