bug#15356: [PATCH 16/19] libparted: Recognize btrfs filesystem

2013-11-24 Thread Håkon Løvdal
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;

bug#15356: [PATCH 16/19] libparted: Recognize btrfs filesystem

2013-09-11 Thread Brian C. Lane
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