diff options
Diffstat (limited to 'libbcachefs/opts.c')
-rw-r--r-- | libbcachefs/opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/opts.c b/libbcachefs/opts.c index fd3f7cdd..5de29607 100644 --- a/libbcachefs/opts.c +++ b/libbcachefs/opts.c @@ -63,7 +63,7 @@ const char * const bch2_member_states[] = { #undef x -const char * const bch2_d_types[] = { +const char * const bch2_d_types[DT_MAX] = { [DT_UNKNOWN] = "unknown", [DT_FIFO] = "fifo", [DT_CHR] = "chr", |