Whamcloud - gitweb
LUDOC-296 protocol: Rearrange presentation to be more top-down
[doc/protocol.git] / ldlm_cp_callback.txt
index 69b3804..071db0f 100644 (file)
@@ -1,5 +1,5 @@
-Command 105: LDLM_CP_CALLBACK
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+RPC 105: LDLM_CP_CALLBACK
+~~~~~~~~~~~~~~~~~~~~~~~~~
 [[ldlm-cp-callback-rpc]]
 
 An RPC that notifies an entity that a requested lock is now available.
@@ -27,12 +27,12 @@ resource. The reply is just an acknowledgment of receipt, and doesn't
 carry any further information about the lock or the resource.
 
 'ptlrpc_body'::
-RPC descriptor.
+RPC descriptor <<struct-ptlrpc-body>>.
 
 'ldlm_request'::
 Description of the lock being requested. Which resource is the target,
-what lock is current, and what lock desired.
+what lock is current, and what lock desired. <<struct-ldlm-request>>
 
 'ost_lvb'::
-Attribute data associated with a resource on an OST.
+Attribute data associated with a resource on an OST. <<struct-ost-lvb>>