]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/opts.c
Update bcachefs sources to 04f2d2ae5b bcachefs: Fix build error on weird gcc
[bcachefs-tools-debian] / libbcachefs / opts.c
index 04e2989cd6b392703592c134b211eefce3d26220..0c0c83fa426407ee6beff0bd3b0b75e3c6a53cc3 100644 (file)
 
 #define x(t, n) [n] = #t,
 
-const char * const bch2_metadata_versions[] = {
-       BCH_METADATA_VERSIONS()
+const char * const bch2_error_actions[] = {
+       BCH_ERROR_ACTIONS()
        NULL
 };
 
-const char * const bch2_error_actions[] = {
-       BCH_ERROR_ACTIONS()
+const char * const bch2_version_upgrade_opts[] = {
+       BCH_VERSION_UPGRADE_OPTS()
        NULL
 };