Whamcloud - gitweb
LU-4895 lfsck: not create object to repair dangling by default
[fs/lustre-release.git] / lustre / lfsck / lfsck_internal.h
index 45a1691..beccde6 100644 (file)
@@ -246,7 +246,7 @@ struct lfsck_layout {
        /* How many objects failed to be processed during double scan. */
        __u64   ll_objs_failed_phase2;
 
-       /* kinds of inconsistency have been repaired.
+       /* kinds of inconsistency have been or to be repaired.
         * ll_objs_repaired[type - 1] is the count for the given @type. */
        __u64   ll_objs_repaired[LLIT_MAX];