Whamcloud - gitweb
LU-10869 build: package configuration files for Ubuntu / Debian
[fs/lustre-release.git] / lustre / doc / llapi_hsm_copytool_register.3
index e4eaa0d..22e5047 100644 (file)
@@ -90,7 +90,7 @@ hsm_action_item\fP:
 struct hsm_action_list {
    __u32 hal_version;
    __u32 hal_count;         /* number of hai\(aqs to follow */
-   __u64 hal_compound_id;   /* returned by coordinator */
+   __u64 hal_compound_id;   /* obsolete and may be ignored */
    __u64 hal_flags;
    __u32 hal_archive_id;    /* which archive backend */
    __u32 padding1;
@@ -100,8 +100,8 @@ struct hsm_action_list {
 struct hsm_action_item {
     __u32      hai_len;     /* valid size of this struct */
     __u32      hai_action;  /* hsm_copytool_action, but use known size */
-    lustre_fid hai_fid;     /* Lustre FID to operated on */
-    lustre_fid hai_dfid;    /* fid used for data access */
+    struct lu_fid hai_fid;     /* Lustre FID to operated on */
+    struct lu_fid hai_dfid;    /* fid used for data access */
     struct hsm_extent hai_extent;  /* byte range to operate on */
     __u64      hai_cookie;  /* action cookie from coordinator */
     __u64      hai_gid;     /* grouplock id */