Whamcloud - gitweb
LU-15829 llite: don't use a kms if it invalid.
[fs/lustre-release.git] / lustre / include / cl_object.h
index 2ef9c84..bc534e0 100644 (file)
@@ -140,6 +140,8 @@ struct cl_device {
 struct cl_attr {
         /** Object size, in bytes */
         loff_t cat_size;
+
+       unsigned int cat_kms_valid:1;
         /**
          * Known minimal size, in bytes.
          *