bug#16370: [PATCH] parted: don't reload partition table on every command

2014-04-18 Thread Phillip Susi
I could have sworn I fixed that test before, but here it is 8<>8 gpt was using a static local variable to suppress repeatedly reporting an error if you chose to ignore it. This is incorrect as the variable is global to all disks, and ignoring the error on one should n

bug#16338: [PATCH] libparted: fix fat resize

2014-04-18 Thread Phillip Susi
The changes to fix filesystem detection on non 512 byte sector sizes broke fat filesystem resizing. --- libparted/fs/r/fat/fat.c| 6 +- libparted/fs/r/fat/resize.c | 10 ++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/libparted/fs/r/fat/fat.c b/libparted/fs/r/fa

bug#17141: [PATCH] tests: fix t2310-dos-extended-2-sector-min-offset.sh

2014-04-18 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 04/17/2014 06:14 PM, Brian C. Lane wrote: > On Sat, Mar 29, 2014 at 04:31:39PM -0400, Phillip Susi wrote: >> This test was ignoring the requested sector size and always >> using 512 bytes per sector. Fix it to use the requested sector >> size. --

bug#16338: [PATCH] Fix filesystem detection on non 512 byte sectors

2014-04-18 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 04/17/2014 06:12 PM, Brian C. Lane wrote: > On Sat, Mar 29, 2014 at 01:49:09PM -0400, Phillip Susi wrote: >> Enable probing for filesystems with non 512 byte sectors, and fix >> up each filesystem to correctly handle that. Remove unused field >>