Whamcloud - gitweb
LUDOC-298 protocl: Editorial pass through the document.
[doc/protocol.git] / struct_mdt_body.txt
index 2e2cff0..5554de7 100644 (file)
@@ -52,8 +52,12 @@ designate that resource and 'mbo_fid2' will be cleared.
 
 include::struct_lu_fid.txt[]
 
-The 'mbo_handle' field indicates the identity of an open file related
-to the operation, if any. If there is no lock then it is just 0.
+*Returning to the 'mdt_body' structure the remaining fields are as
+follows.*
+
+The 'mbo_handle' field indicates the identity of the previously
+acquired lock for an open file, if any, that is the subject of the
+operation. If there is no lock then it is just 0.
 
 The 'mbo_valid' field identifies which of the remaining fields are
 actually in force. The flags in 'mbo_valid' are:
@@ -80,8 +84,7 @@ actually in force. The flags in 'mbo_valid' are:
 
 Which flag is associated with which field is indicated in the comments
 beside the fields in the struct definition above. The fields without
-corresponding flags in the 'mbo_valid' field should be considered
-valid, though I'm not sure how much they actually get used.
+corresponding flags in the 'mbo_valid' field are also 'valid'.
 
 Many of the fields have names and meanings that correspond directly to
 those in 'struct mdt_rec_setattr' (ex. 'atime', 'size', 'mode',