|
@@ -745,14 +745,6 @@ out:
|
|
sess_free_buffer(sess_data);
|
|
sess_free_buffer(sess_data);
|
|
}
|
|
}
|
|
|
|
|
|
-#else
|
|
|
|
-
|
|
|
|
-static void
|
|
|
|
-sess_auth_lanman(struct sess_data *sess_data)
|
|
|
|
-{
|
|
|
|
- sess_data->result = -EOPNOTSUPP;
|
|
|
|
- sess_data->func = NULL;
|
|
|
|
-}
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
static void
|
|
static void
|
|
@@ -1103,15 +1095,6 @@ out:
|
|
ses->auth_key.response = NULL;
|
|
ses->auth_key.response = NULL;
|
|
}
|
|
}
|
|
|
|
|
|
-#else
|
|
|
|
-
|
|
|
|
-static void
|
|
|
|
-sess_auth_kerberos(struct sess_data *sess_data)
|
|
|
|
-{
|
|
|
|
- cifs_dbg(VFS, "Kerberos negotiated but upcall support disabled!\n");
|
|
|
|
- sess_data->result = -ENOSYS;
|
|
|
|
- sess_data->func = NULL;
|
|
|
|
-}
|
|
|
|
#endif /* ! CONFIG_CIFS_UPCALL */
|
|
#endif /* ! CONFIG_CIFS_UPCALL */
|
|
|
|
|
|
/*
|
|
/*
|