Whamcloud - gitweb
LU-9339 ldiskfs: fix regression of macro check
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / rhel7 / ext4-projid-feature-support.patch
index 50cab9d..593b602 100644 (file)
@@ -232,7 +232,7 @@ Index: linux-stage/fs/ext4/super.c
        .write_info     = ext4_write_info,
        .alloc_dquot    = dquot_alloc,
        .destroy_dquot  = dquot_destroy,
        .write_info     = ext4_write_info,
        .alloc_dquot    = dquot_alloc,
        .destroy_dquot  = dquot_destroy,
-+#ifdef PRJQUOTA
++#ifdef HAVE_PROJECT_QUOTA
 +      .get_projid     = ext4_get_projid,
 +#endif
  };
 +      .get_projid     = ext4_get_projid,
 +#endif
  };