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

2014-03-18 Thread Brian C. Lane
On Mon, Mar 17, 2014 at 09:51:18PM -0400, Phillip Susi wrote: > On 03/03/2014 07:36 PM, Phillip Susi wrote: > > On 03/03/2014 02:45 PM, Brian C. Lane wrote: > >> Do our tests already cover all of these filesystems? > > > > I think so but now that I look at this again, it looks like I > > forgot to

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

2014-03-17 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/03/2014 07:36 PM, Phillip Susi wrote: > On 03/03/2014 02:45 PM, Brian C. Lane wrote: >> Do our tests already cover all of these filesystems? > > I think so but now that I look at this again, it looks like I > forgot to fix the tests. Currentl

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

2014-03-03 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/03/2014 02:45 PM, Brian C. Lane wrote: > Do our tests already cover all of these filesystems? I think so but now that I look at this again, it looks like I forgot to fix the tests. Currently they skip on !512 byte sector size. I'll fix that.

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

2014-03-03 Thread Brian C. Lane
On Sat, Jan 04, 2014 at 12:26:05AM -0500, Phillip Susi wrote: > Enable probing for filesystems with non 512 byte sectors, and fix up each > filesystem to correctly handle that. Remove unused field from the fs type > structure listing acceptable sector sizes. > --- > NEWS

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

2014-01-03 Thread Phillip Susi
Enable probing for filesystems with non 512 byte sectors, and fix up each filesystem to correctly handle that. Remove unused field from the fs type structure listing acceptable sector sizes. --- NEWS | 3 ++ include/parted/filesys.in.h | 1 - libparted/f