Re: [PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning

2016-10-18 Thread Jan Kara
On Mon 17-10-16 22:15:29, Christoph Hellwig wrote: > Thanks Arnd, this looks fine to me: > > Reviewed-by: Christoph Hellwig Thanks! I have pulled the patch into my tree and will push it to Linus. Honza -- Jan Kara

Re: [PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning

2016-10-18 Thread Jan Kara
On Mon 17-10-16 22:15:29, Christoph Hellwig wrote: > Thanks Arnd, this looks fine to me: > > Reviewed-by: Christoph Hellwig Thanks! I have pulled the patch into my tree and will push it to Linus. Honza -- Jan Kara SUSE Labs, CR

Re: [PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning

2016-10-17 Thread Christoph Hellwig
Thanks Arnd, this looks fine to me: Reviewed-by: Christoph Hellwig

Re: [PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning

2016-10-17 Thread Christoph Hellwig
Thanks Arnd, this looks fine to me: Reviewed-by: Christoph Hellwig

[PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning

2016-10-17 Thread Arnd Bergmann
On ARM, we get this false-positive warning since the rework of the ext2_get_blocks interface: fs/ext2/inode.c: In function 'ext2_get_block': include/linux/buffer_head.h:340:16: error: 'bno' may be used uninitialized in this function [-Werror=maybe-uninitialized] The calling conventions for this

[PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning

2016-10-17 Thread Arnd Bergmann
On ARM, we get this false-positive warning since the rework of the ext2_get_blocks interface: fs/ext2/inode.c: In function 'ext2_get_block': include/linux/buffer_head.h:340:16: error: 'bno' may be used uninitialized in this function [-Werror=maybe-uninitialized] The calling conventions for this