From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> In db/check.c, typename[] is supposed to have strings for every DBM_ type, but we forgot one. Add it now. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- db/check.c | 1 + 1 file changed, 1 insertion(+) diff --git a/db/check.c b/db/check.c index 352aab3f..f5b5e845 100644 --- a/db/check.c +++ b/db/check.c @@ -164,6 +164,7 @@ static const char *typename[] = { "btrmap", "btrefcnt", "rldata", + "cowdata", NULL }; static int verbose;