Whamcloud - gitweb
LUDOC-296 protocol: remove internal details from descriptions
[doc/protocol.git] / mds_statfs.txt
index 9121e2d..1a12e06 100644 (file)
@@ -3,9 +3,11 @@ RPC 41: MDS_STATFS
 [[mds-statfs-rpc]]
 
 MDS_STATFS is an RPC that queries data about the underlying file
-system for a given MDT. It is generated in response to an explicit
-call for 'statfs' information from the VFS via the 'statfs(2)'
-function.
+system for a given MDT.
+////
+It is generated in response to an explicit call for 'statfs'
+information from the VFS via the 'statfs(2)' function.
+////
 
 The MDS_STATFS request message is a so-called "empty" message in that
 it only has a buffer for the 'ptlrpc_body' with the 'pb_opc' value
@@ -35,7 +37,7 @@ code if it doesn't.
 'ptlrpc_body':: RPC descriptor. Only the 'pb_opc' value (MDS_STATFS =
 41) is directly relevant to the MDS_STATFS request message. The rest
 of the 'ptlrpc_body' fields handle generic information about the
-RPC, as discussed in <<struct-ptlrpc-body>>, including  generic error
+RPC, as discussed in <<struct-ptlrpc-body>>, including generic error
 conditions. In a normal reply ('pb_type' = PTL_RPC_MSG_REPLY) the
 'pb_status' field is 0.  The one error that can be returned in
 'pb_status' that is speficially from OST_STATFS' handling is -ENOMEM,