Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Bruce Evans
On Wed, 14 Aug 2013, Dimitry Andric wrote: On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote: Log: ext2fs: update format specifiers for ext4 type. This is still quite broken. Modified: head/sys/fs/ext2fs/ext2_subr.c =

Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Dimitry Andric
On Aug 14, 2013, at 09:14, Juli Mallett wrote: > On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote: > This still fails on arches where int64_t is aliased to long long > (basically, the 32-bit arches). Since using PRId64 is apparently > frowned upon, the easiest solution is to cast the 'star

Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Juli Mallett
On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote: > This still fails on arches where int64_t is aliased to long long > (basically, the 32-bit arches). Since using PRId64 is apparently > frowned upon, the easiest solution is to cast the 'start' and 'last' > variables to long long, and print

Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Dimitry Andric
On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Aug 13 18:39:36 2013 > New Revision: 254286 > URL: http://svnweb.freebsd.org/changeset/base/254286 > > Log: > ext2fs: update format specifiers for ext4 type. > > Reported by: Sam Fourman Jr. > MFC after: 3 weeks >

svn commit: r254286 - head/sys/fs/ext2fs

2013-08-13 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 13 18:39:36 2013 New Revision: 254286 URL: http://svnweb.freebsd.org/changeset/base/254286 Log: ext2fs: update format specifiers for ext4 type. Reported by: Sam Fourman Jr. MFC after:3 weeks Modified: head/sys/fs/ext2fs/ext2_subr.c Modified: head/sys/fs/