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
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
-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. --
-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
>>