Whamcloud - gitweb
LUDOC-297 protocol: Update protocol document
[doc/protocol.git] / getxattr.txt
index 71eb6e6..8cb5e49 100644 (file)
@@ -2,10 +2,7 @@ Getxattr
 ~~~~~~~~
 
 The 'getxattr' VFS method queries extended attribute information for a
-resource given a path ('getxattr()' system call) or FID ('fgetxattr()'
-system call). If provided a path Lustre will go through a path lookup
-first (not shown [fixme: this should be a cross reference]) in order
-to determine the FID for the resource.
+resource.
 
 Lustre maintains extended attribute information on the MDS, and a
 single RPC (request and reply) retrieves the information from the
@@ -60,6 +57,8 @@ text art:
       -------------------------------------------------------
 //////////////////////////////////////////////////////////////////////
 
+See <<ldlm-enqueue.txt>>.
+
 *2 - The MDT replies with an LDLM_ENQUEUE with the extended
 attributes data.*