This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / afs / main.c
index c877569..955dbef 100644 (file)
@@ -100,7 +100,7 @@ static int afs_init(void)
                goto error;
 #endif
 
-#ifdef CONFIG_KEYS_TURNED_OFF
+#ifdef CONFIG_KEYS
        ret = afs_key_register();
        if (ret < 0)
                goto error_cache;
@@ -142,7 +142,7 @@ static int afs_init(void)
  error_kafstimod:
        afs_kafstimod_stop();
  error_keys:
-#ifdef CONFIG_KEYS_TURNED_OFF
+#ifdef CONFIG_KEYS
        afs_key_unregister();
  error_cache:
 #endif
@@ -169,7 +169,7 @@ static void __exit afs_exit(void)
        afs_kafstimod_stop();
        afs_kafsasyncd_stop();
        afs_cell_purge();
-#ifdef CONFIG_KEYS_TURNED_OFF
+#ifdef CONFIG_KEYS
        afs_key_unregister();
 #endif
 #ifdef AFS_CACHING_SUPPORT