diff options
Diffstat (limited to 'libbcachefs/opts.c')
-rw-r--r-- | libbcachefs/opts.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbcachefs/opts.c b/libbcachefs/opts.c index a05c3898..0c0c83fa 100644 --- a/libbcachefs/opts.c +++ b/libbcachefs/opts.c @@ -16,6 +16,11 @@ const char * const bch2_error_actions[] = { NULL }; +const char * const bch2_version_upgrade_opts[] = { + BCH_VERSION_UPGRADE_OPTS() + NULL +}; + const char * const bch2_sb_features[] = { BCH_SB_FEATURES() NULL |