storaged-project / libblockdev

A library for manipulating block devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup part plugin API

vojtechtrefny opened this issue · comments

When we first started rewriting the part plugin from libparted to libfdisk, we planned to keep the original parted-like API regarding flags and other parted-specific functionality. With libblockdev 3.0 we should remove these APIs in favor of more "standard" functionality -- getting rid of the BDPartFlag flags and promote usage of partition IDs (for DOS partition table) and GUIDs (for GPT).

Closed via #800