From: Andrew Morton WARNING: "auth_domain_cache" [net/sunrpc/sunrpc.ko] undefined! Cc: Neil Brown Signed-off-by: Andrew Morton --- net/sunrpc/sunrpc_syms.c | 3 --- 1 files changed, 3 deletions(-) diff -puN net/sunrpc/sunrpc_syms.c~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-2 net/sunrpc/sunrpc_syms.c --- devel/net/sunrpc/sunrpc_syms.c~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-2 2006-03-10 00:04:01.000000000 -0800 +++ devel-akpm/net/sunrpc/sunrpc_syms.c 2006-03-10 00:04:01.000000000 -0800 @@ -158,7 +158,6 @@ init_sunrpc(void) #ifdef CONFIG_PROC_FS rpc_proc_init(); #endif - cache_register(&auth_domain_cache); cache_register(&ip_map_cache); out: return err; @@ -169,8 +168,6 @@ cleanup_sunrpc(void) { unregister_rpc_pipefs(); rpc_destroy_mempool(); - if (cache_unregister(&auth_domain_cache)) - printk(KERN_ERR "sunrpc: failed to unregister auth_domain cache\n"); if (cache_unregister(&ip_map_cache)) printk(KERN_ERR "sunrpc: failed to unregister ip_map cache\n"); #ifdef RPC_DEBUG _