Whamcloud - gitweb
LU-5814 lov: remove LSM from struct lustre_md
[fs/lustre-release.git] / lustre / include / cl_object.h
index 24d8314..2d5b5ee 100644 (file)
@@ -267,12 +267,12 @@ struct cl_object {
  */
 struct cl_object_conf {
         /** Super-class. */
-        struct lu_object_conf     coc_lu;
-        union {
-                /**
-                 * Object layout. This is consumed by lov.
-                 */
-                struct lustre_md *coc_md;
+       struct lu_object_conf     coc_lu;
+       union {
+               /**
+                * Object layout. This is consumed by lov.
+                */
+               struct lu_buf    coc_layout;
                 /**
                  * Description of particular stripe location in the
                  * cluster. This is consumed by osc.