Whamcloud - gitweb
LU-12616 obclass: fix MDS start/stop race
[fs/lustre-release.git] / lustre / doc / llapi_path2fid.3
index 35cf9ab..eb077b6 100644 (file)
@@ -5,7 +5,7 @@ llapi_path2fid \- translate a path name to a Lustre FID
 .nf
 .B #include <lustre/lustreapi.h>
 .PP
-.BI "int llapi_path2fid(const char *"path ", lustre_fid *"fid );
+.BI "int llapi_path2fid(const char *"path ", struct lu_fid *"fid );
 .fi
 .SH DESCRIPTION
 .PP
@@ -18,7 +18,7 @@ into
 The
 .I fid
 may be then be passed to other llapi functions that expect the
-.B lustre_fid
+.B struct lu_fid
 data type.
 .SH RETURN VALUES
 .LP
@@ -39,4 +39,4 @@ An invalid argument was specified.
 .SH "SEE ALSO"
 .BR llapi_layout_get_by_fid (3),
 .BR llapi_layout (7),
-.BR liblustreapi (7)
+.BR lustreapi (7)