Whamcloud - gitweb
LU-4217 build: bump build version warnings to x.y.53
[fs/lustre-release.git] / lustre / quota / lquota_disk.c
index 2280f06..3d267ef 100644 (file)
@@ -244,14 +244,13 @@ struct dt_object *lquota_disk_glb_find_create(const struct lu_env *env,
        CDEBUG(D_QUOTA, "look-up/create %sglobal idx file ("DFID")\n",
               local ? "local " : "", PFID(fid));
 
-#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2,7,50,0)
+#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 7, 53, 0)
        /* we use different index feature for each quota type and target type
         * for the time being. This is done for on-disk conversion from the old
         * quota format. Once this is no longer required, we should just be
         * using dt_quota_glb_features for all global index file */
        idx_feat = glb_idx_feature(fid);
 #else
-#warning "remove old quota compatibility code"
        idx_feat = &dt_quota_glb_features;
 #endif