Skip to content

Tidy-ups for file system interface classes

Mike Fleetwood requested to merge mfleetwo/gparted:fs-tidyups into master
  1. Replace floating point calculations in file system specific classes in ::resize() and ::set_used_sectors() with integer calculations.
  2. Replace use of FileSystem::T, N & S member variables with local variables.
  3. Reorder ::set_used_sectors() into if fail return early coding pattern.
Edited by Mike Fleetwood

Merge request reports