]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/repair.h
xfs_scrub: rename NOFIX_COMPLAIN to be less confusing
[thirdparty/xfsprogs-dev.git] / scrub / repair.h
index 4be950e707f8efc1c9579aafcc38f61eb98ca30d..c8693ccf3ebfa32d94979e1b5884ca4810028070 100644 (file)
@@ -29,7 +29,7 @@ void xfs_action_list_find_mustfix(struct xfs_action_list *actions,
 
 /* Passed through to xfs_repair_metadata() */
 #define ALP_REPAIR_ONLY                (XRM_REPAIR_ONLY)
-#define ALP_NOFIX_COMPLAIN     (XRM_NOFIX_COMPLAIN)
+#define ALP_COMPLAIN_IF_UNFIXED        (XRM_COMPLAIN_IF_UNFIXED)
 #define ALP_NOPROGRESS         (1U << 31)
 
 bool xfs_action_list_process(struct scrub_ctx *ctx, int fd,