From c384a54276170bced9acbfcdd9dc519d0c83a9e4 Mon Sep 17 00:00:00 2001 From: ericm Date: Wed, 13 Feb 2008 20:30:51 +0000 Subject: [PATCH] branch: HEAD fix for GSS breakage. b=14849 r=yury.umanets r=h.huang --- lustre/ptlrpc/client.c | 1 + lustre/ptlrpc/gss/gss_cli_upcall.c | 1 + 2 files changed, 2 insertions(+) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 1ca4de7..5759083 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -401,6 +401,7 @@ int ptlrpc_request_bufs_pack(struct ptlrpc_request *request, request->rq_pill.rc_area[RCL_CLIENT], bufs, ctx); } +EXPORT_SYMBOL(ptlrpc_request_bufs_pack); int ptlrpc_request_pack(struct ptlrpc_request *request, __u32 version, int opcode) diff --git a/lustre/ptlrpc/gss/gss_cli_upcall.c b/lustre/ptlrpc/gss/gss_cli_upcall.c index da435a5..fedbc01 100644 --- a/lustre/ptlrpc/gss/gss_cli_upcall.c +++ b/lustre/ptlrpc/gss/gss_cli_upcall.c @@ -394,6 +394,7 @@ int gss_do_ctx_fini_rpc(struct gss_cli_ctx *gctx) rc); } +out_ref: ptlrpc_req_finished(req); out: RETURN(rc); -- 1.8.3.1