X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fgss%2Fgss_cli_upcall.c;h=eb9536b96a0546bf80e31820dc6b69e6893f4527;hb=aa145aa1fdfab120acd3de5cf5af067d9ca516f6;hp=ed2f67266fa95b802e98f6d9e71601f364ee8ff5;hpb=711e142d055fda62be482f74f2f73acac5e7e453;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/gss/gss_cli_upcall.c b/lustre/ptlrpc/gss/gss_cli_upcall.c index ed2f672..eb9536b 100644 --- a/lustre/ptlrpc/gss/gss_cli_upcall.c +++ b/lustre/ptlrpc/gss/gss_cli_upcall.c @@ -91,6 +91,7 @@ int ctx_init_pack_request(struct obd_import *imp, /* gss hdr */ ghdr = lustre_msg_buf(msg, 0, sizeof(*ghdr)); ghdr->gh_version = PTLRPC_GSS_VERSION; + ghdr->gh_sp = (__u8) imp->imp_sec->ps_part; ghdr->gh_flags = 0; ghdr->gh_proc = PTLRPC_GSS_PROC_INIT; ghdr->gh_seq = 0;