Whamcloud - gitweb
LUDOC-296 protocol: Reorganize the document ot be top-down
[doc/protocol.git] / setxattr.txt
index 2f575de..f088bba 100644 (file)
@@ -19,8 +19,8 @@ Step Client         MDT          OST
 2            <-------MDS_REINT
 //////////////////////////////////////////////////////////////////////
 
-1 - The client issues an MDS_REINT with the REINT_SETXATTR
-sub-operation.
+*1 - The client issues an MDS_REINT with the REINT_SETXATTR
+sub-operation.*
 
 In addition to the 'ptlrpc_body' (RPC message header), the MDS_REINT
 request RPC from the client has the REINT structure
@@ -56,7 +56,7 @@ zero. In some instances the ldlm_request is empty (all zeros)
 indicating early lock cancellation is not being used. This may be a
 bug in the code for that instance.
 
-2 - The MDS_REINT reply acknowledges the updated attributes.
+*2 - The MDS_REINT reply acknowledges the updated attributes.*
 
 In addition to the 'ptlrpc_body' (RPC message header), the MDS_REINT
 reply RPC to the client has the 'mdt_body' structure. For a detailed