On 11 September 2013 21:25, Brian C. Lane wrote:
> From: "Brian C. Lane"
> +static PedGeometry*
> +btrfs_probe (PedGeometry* geom)
> +{
...
> +if (geom->length < offset+1)
> +return 0;
> +if (!ped_geometry_read (geom, &buf, offset, 1))
> +return 0;
From: "Brian C. Lane"
Add support for showing 'btrfs' in the 'file system' column. Also
allows the used to enter btrfs as the fs type. It doesn't really do
anything -- just sets the partition type to linux.
* NEWS (Changes in behavior): Mention it.
* doc/parted.texti: Document btrfs fs.
* (libp