X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fgss%2Fsec_gss.c;h=043a68327062fc271aaf8195039497b2ddf54a75;hb=e975b1ce94ab7e626fbb4807032e0f72d6a3d42b;hp=74eb47070a32cb61bdaa4049205089366a85f09f;hpb=98060d83459ba10409f295898f0ec917f938b4d3;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/gss/sec_gss.c b/lustre/ptlrpc/gss/sec_gss.c index 74eb470..043a683 100644 --- a/lustre/ptlrpc/gss/sec_gss.c +++ b/lustre/ptlrpc/gss/sec_gss.c @@ -2874,21 +2874,16 @@ int __init sptlrpc_gss_init(void) if (rc) goto out_kerberos; -#ifdef HAVE_GSS_PIPEFS rc = gss_init_pipefs(); if (rc) goto out_keyring; -#endif gss_init_at_reply_offset(); return 0; -#ifdef HAVE_GSS_PIPEFS out_keyring: gss_exit_keyring(); -#endif - out_kerberos: cleanup_kerberos_module(); out_svc_upcall: @@ -2903,9 +2898,7 @@ out_lproc: static void __exit sptlrpc_gss_exit(void) { gss_exit_keyring(); -#ifdef HAVE_GSS_PIPEFS gss_exit_pipefs(); -#endif cleanup_kerberos_module(); gss_exit_svc_upcall(); gss_exit_cli_upcall();