Skip to content

Commit

Permalink
Added new libstorage enum value UF_BCACHEFS (bsc#1219804)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 22, 2024
1 parent c27b5b3 commit 43466f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/y2storage/storage_feature.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class StorageFeature
# Other
UF_QUOTA: "quota",
UF_BCACHE: "bcache-tools",
UF_BCACHEFS: [], # When implemented: "bcachefs-tools"
UF_SNAPSHOTS: "snapper"
}

Expand Down

0 comments on commit 43466f7

Please sign in to comment.