Hello parted maintainers,

This is a patch set to improve and sync DASD-related functions to
the latest code base that is included in the fdasd and vtoc utilities
of the s390-tools. This just a basic set of improvements and we plan
to contribute further changes in future.

Change Log v2:
       In patch 1:
              1. Correct the typo "formatted_cyl =>> formatted_blocks"
                 and indentation mismatch
              2. Keep using "u_int64_t" instead of "unsigned long long"     

       In patch 4:
              3. Add s390 platform check in test case.

Wang Dong (4):
  libparted/dasd: unify vtoc handling for cdl/ldl
  libparted/dasd: update and improve fdasd functions
  libparted/dasd: add new fdasd functions
  libparted/dasd: add test cases for the new fdasd functions

 include/parted/fdasd.in.h   |  18 +++--
 include/parted/vtoc.in.h    |  34 +++++----
 libparted/labels/dasd.c     |   8 +-
 libparted/labels/fdasd.c    | 179 +++++++++++++++++++++++++++++++++++++-------
 libparted/labels/vtoc.c     |  38 +++++-----
 libparted/tests/Makefile.am |   5 +-
 6 files changed, 204 insertions(+), 78 deletions(-)

-- 
2.8.4


Reply via email to