Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Gleb Smirnoff
On Thu, Jan 21, 2016 at 06:56:52PM -0800, NGie Cooper wrote:
N> >> Author: pfg
N> >> Date: Mon Jan 18 15:39:32 2016
N> >> New Revision: 294271
N> >> URL: https://svnweb.freebsd.org/changeset/base/294271
N> >> 
N> >> Log:
N> >>  MFC   r293680
N> >>  ext4: add support for reading sparse files
N> > 
N> > ia64 and powerpc LINT kernels are now failing with:
N> > 
N> > In file included from /scratch/tmp/emaste/10/sys/fs/ext2fs/inode.h:46,
N> > from /scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_alloc.c:50:
N> > /scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_extents.h:91: warning:
N> > declaration does not declare anything
N> 
N> glebius is aware and is working on MFCing the sys/conf changes to enable 
anonymous unions with gcc in the kernel build.

Ehrm, I'm aware and not working on that. I just pointed on the commit that is
required to be merged.

-- 
Totus tuus, Glebius.
___
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"


Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Pedro Giffuni

Hello;

Sorry for the delay in replying, I just noticed this.

On 01/21/16 21:59, Gleb Smirnoff wrote:

On Thu, Jan 21, 2016 at 06:56:52PM -0800, NGie Cooper wrote:
N> >> Author: pfg
N> >> Date: Mon Jan 18 15:39:32 2016
N> >> New Revision: 294271
N> >> URL: https://svnweb.freebsd.org/changeset/base/294271
N> >>
N> >> Log:
N> >>  MFC   r293680
N> >>  ext4: add support for reading sparse files
N> >
N> > ia64 and powerpc LINT kernels are now failing with:
N> >
N> > In file included from /scratch/tmp/emaste/10/sys/fs/ext2fs/inode.h:46,
N> > from /scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_alloc.c:50:
N> > /scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_extents.h:91: warning:
N> > declaration does not declare anything
N>
N> glebius is aware and is working on MFCing the sys/conf changes to enable 
anonymous unions with gcc in the kernel build.

Ehrm, I'm aware and not working on that. I just pointed on the commit that is
required to be merged.



I have little interest in fixing yet again issues related to gcc.
I will revert the commit.

Pedro.
___
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"


Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Ed Maste
On 18 January 2016 at 15:39, Pedro F. Giffuni  wrote:
> Author: pfg
> Date: Mon Jan 18 15:39:32 2016
> New Revision: 294271
> URL: https://svnweb.freebsd.org/changeset/base/294271
>
> Log:
>   MFC   r293680
>   ext4: add support for reading sparse files

ia64 and powerpc LINT kernels are now failing with:

In file included from /scratch/tmp/emaste/10/sys/fs/ext2fs/inode.h:46,
 from /scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_alloc.c:50:
/scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_extents.h:91: warning:
declaration does not declare anything
___
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"


Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread NGie Cooper

> On Jan 21, 2016, at 18:54, Ed Maste  wrote:
> 
>> On 18 January 2016 at 15:39, Pedro F. Giffuni  wrote:
>> Author: pfg
>> Date: Mon Jan 18 15:39:32 2016
>> New Revision: 294271
>> URL: https://svnweb.freebsd.org/changeset/base/294271
>> 
>> Log:
>>  MFC   r293680
>>  ext4: add support for reading sparse files
> 
> ia64 and powerpc LINT kernels are now failing with:
> 
> In file included from /scratch/tmp/emaste/10/sys/fs/ext2fs/inode.h:46,
> from /scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_alloc.c:50:
> /scratch/tmp/emaste/10/sys/fs/ext2fs/ext2_extents.h:91: warning:
> declaration does not declare anything

glebius is aware and is working on MFCing the sys/conf changes to enable 
anonymous unions with gcc in the kernel build.
Thanks!
-NGie
___
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"