Whamcloud - gitweb
Expose an API for callers which are themselves called with the imp_lock held to
authorshaver <shaver>
Wed, 17 Sep 2003 16:59:55 +0000 (16:59 +0000)
committershaver <shaver>
Wed, 17 Sep 2003 16:59:55 +0000 (16:59 +0000)
safely drop a possibly-final request reference.

b=1890.

lustre/ptlrpc/ptlrpc_module.c

index 094de0b..08b194b 100644 (file)
@@ -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);