Whamcloud - gitweb
LU-1301 lu: local objects library
[fs/lustre-release.git] / lustre / include / lustre_disk.h
index f91b21c..487fdaf 100644 (file)
@@ -523,6 +523,16 @@ struct lustre_mount_info {
         cfs_list_t            lmi_list_chain;
 };
 
+/* on-disk structure describing local object OIDs storage
+ * the structure to be used with any sequence managed by
+ * local object library */
+struct los_ondisk {
+       __u32 lso_magic;
+       __u32 lso_next_oid;
+};
+
+#define LOS_MAGIC      0xdecafbee
+
 /****************** prototypes *********************/
 
 #ifdef __KERNEL__