Skip to content

Commit

Permalink
[CIFS] Fix build break when keys support turned off
Browse files Browse the repository at this point in the history
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Sep 25, 2009
1 parent 086f68b commit 0f59e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f59e61

Please sign in to comment.