From: Steve French Date: Fri, 25 Sep 2009 00:33:37 +0000 (+0000) Subject: [CIFS] Fix build break when keys support turned off X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0f59e61c1f034b8088086bc85dc777af2ad3e836;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [CIFS] Fix build break when keys support turned off Acked-by: Jeff Layton Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 89142b39fec1..c635b03accb1 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -1045,8 +1045,8 @@ init_cifs(void) return 0; out_unregister_resolver_key: - unregister_key_type(&key_type_dns_resolver); #ifdef CONFIG_CIFS_DFS_UPCALL + unregister_key_type(&key_type_dns_resolver); out_unregister_key_type: #endif #ifdef CONFIG_CIFS_UPCALL