Skip to content

genfstab: remove subvolid= from btrfs options if subvol= is set

Mike Yuan requested to merge github/fork/YHNdnzj/btrfs-opts-remove-subvolid into master

Having only one of subvol= and subvolid= is enough for mounting a btrfs subvolume And having subvolid= set prevents things like snapper rollback to work, as it updates the subvolume in-place, leaving subvol= unchanged with a different subvolid.

Merge request reports