]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/lustre/include/lu_object.h
staging/lustre: shrink lu_object_header by 8 bytes on x86_64
[karo-tx-linux.git] / drivers / staging / lustre / lustre / include / lu_object.h
index 6773bca1e0d834084d22f14e73db81672329a3f3..98149f5da1538c7dce90bb12bf76d31e857e505f 100644 (file)
@@ -515,6 +515,10 @@ enum lu_object_header_attr {
  * whether object is backed by persistent storage entity.
  */
 struct lu_object_header {
+       /**
+        * Fid, uniquely identifying this object.
+        */
+       struct lu_fid           loh_fid;
        /**
         * Object flags from enum lu_object_header_flags. Set and checked
         * atomically.
@@ -524,10 +528,6 @@ struct lu_object_header {
         * Object reference count. Protected by lu_site::ls_guard.
         */
        atomic_t           loh_ref;
-       /**
-        * Fid, uniquely identifying this object.
-        */
-       struct lu_fid     loh_fid;
        /**
         * Common object attributes, cached for efficiency. From enum
         * lu_object_header_attr.