From d44a0a884455544c786f39e028634311561bcf1e Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 30 May 2002 20:43:16 +0000 Subject: [PATCH] Clean up in the right order on the failure path. --- lustre/llite/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/llite/super.c b/lustre/llite/super.c index 7e8696d..83093a1 100644 --- a/lustre/llite/super.c +++ b/lustre/llite/super.c @@ -209,9 +209,9 @@ out_cdb: out_mdc: ptlrpc_cleanup_client(&sbi->ll_mds_client); out_disc: - ptlrpc_put_connection(sbi->ll_mds_conn); -out_rpc: ptlrpc_free_req(request); +out_rpc: + ptlrpc_put_connection(sbi->ll_mds_conn); out_ldlm: ldlm_namespace_free(sbi->ll_namespace); out_obd: -- 1.8.3.1