Skip to content
  • Mike Fleetwood's avatar
    Refactor set_used_sectors() to be called per partition (#760080) · 9fee0c57
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    This is the equivalent change as made to set_mountpoints() in an earlier
    commit.  Change GParted_Core::set_used_sectors() from being called with
    a vector of partitions and processing them all to being called per
    partition.  This is in preparation for calling set_used_sectors() on a
    single Partition object inside a PartitionLUKS object.
    
    Bug 760080 - Implement read-only LUKS support
    9fee0c57