Add "fsck_refs_options" to support ref consistency checks. Mentored-by: Patrick Steinhardt <ps@xxxxxx> Mentored-by: Karthik Nayak <karthik.188@xxxxxxxxx> Signed-off-by: shejialuo <shejialuo@xxxxxxxxx> --- fsck.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fsck.h b/fsck.h index e531b44a66..a17fee30b4 100644 --- a/fsck.h +++ b/fsck.h @@ -138,6 +138,10 @@ struct fsck_options { strict:1; }; +struct fsck_refs_options { + struct fsck_options fsck_options; +}; + struct fsck_objects_options { struct fsck_options fsck_options; fsck_walk_func walk; -- 2.45.2