• Kent Overstreet's avatar
    bcachefs: version_upgrade is now an enum · 3045bb95
    Kent Overstreet authored
    The version_upgrade parameter is now an enum, not a bool, and it's
    persistent in the superblock:
     - compatible (default):	upgrade to the latest compatible version
     - incompatible:		upgrade to latest incompatible version
     - none
    
    Currently all upgrades are incompatible upgrades, but the next release
    will introduce major:minor versions.
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
    3045bb95
bcachefs.h 34 KB