From 4b6f0569268893652d962d275b0ff80147f52f6e Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 17 Sep 2003 16:59:55 +0000 Subject: [PATCH] Expose an API for callers which are themselves called with the imp_lock held to safely drop a possibly-final request reference. b=1890. --- lustre/ptlrpc/ptlrpc_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ptlrpc/ptlrpc_module.c b/lustre/ptlrpc/ptlrpc_module.c index 094de0b..08b194b 100644 --- a/lustre/ptlrpc/ptlrpc_module.c +++ b/lustre/ptlrpc/ptlrpc_module.c @@ -156,6 +156,7 @@ EXPORT_SYMBOL(ptlrpc_prep_req); EXPORT_SYMBOL(ptlrpc_free_req); EXPORT_SYMBOL(ptlrpc_unregister_reply); EXPORT_SYMBOL(ptlrpc_req_finished); +EXPORT_SYMBOL(ptlrpc_req_finished_with_imp_lock); EXPORT_SYMBOL(ptlrpc_request_addref); EXPORT_SYMBOL(ptlrpc_prep_bulk_imp); EXPORT_SYMBOL(ptlrpc_prep_bulk_exp); -- 1.8.3.1