Whamcloud - gitweb
LU-5814 lov: add cl_object_layout_get()
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index ecc17ad..36be655 100644 (file)
@@ -1493,11 +1493,6 @@ struct if_quotactl_18 {
 /* End compatibility for old (1.8) compiled userspace quota code */
 #endif /* LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 7, 53, 0) */
 
-enum {
-       LL_LAYOUT_GEN_NONE  = ((__u32)-2),      /* layout lock was cancelled */
-       LL_LAYOUT_GEN_EMPTY = ((__u32)-1)       /* for empty layout */
-};
-
 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf);
 int ll_layout_refresh(struct inode *inode, __u32 *gen);
 int ll_layout_restore(struct inode *inode, loff_t start, __u64 length);