Re: [PATCH v2] udf: avoid uninitialized variable use

2016-01-04 Thread Arnd Bergmann
On Monday 04 January 2016 10:56:05 Jan Kara wrote: > On Fri 01-01-16 15:21:54, Arnd Bergmann wrote: > > A new warning about a real bug has come up from a recent cleanup: > > > > fs/udf/inode.c: In function 'udf_setup_indirect_aext': > > fs/udf/inode.c:1927:28: warning: 'adsize' may be used

Re: [PATCH v2] udf: avoid uninitialized variable use

2016-01-04 Thread Jan Kara
On Fri 01-01-16 15:21:54, Arnd Bergmann wrote: > A new warning about a real bug has come up from a recent cleanup: > > fs/udf/inode.c: In function 'udf_setup_indirect_aext': > fs/udf/inode.c:1927:28: warning: 'adsize' may be used uninitialized in this > function [-Wmaybe-uninitialized] > > If

Re: [PATCH v2] udf: avoid uninitialized variable use

2016-01-04 Thread Jan Kara
On Fri 01-01-16 15:21:54, Arnd Bergmann wrote: > A new warning about a real bug has come up from a recent cleanup: > > fs/udf/inode.c: In function 'udf_setup_indirect_aext': > fs/udf/inode.c:1927:28: warning: 'adsize' may be used uninitialized in this > function [-Wmaybe-uninitialized] > > If

Re: [PATCH v2] udf: avoid uninitialized variable use

2016-01-04 Thread Arnd Bergmann
On Monday 04 January 2016 10:56:05 Jan Kara wrote: > On Fri 01-01-16 15:21:54, Arnd Bergmann wrote: > > A new warning about a real bug has come up from a recent cleanup: > > > > fs/udf/inode.c: In function 'udf_setup_indirect_aext': > > fs/udf/inode.c:1927:28: warning: 'adsize' may be used

[PATCH v2] udf: avoid uninitialized variable use

2016-01-01 Thread Arnd Bergmann
A new warning about a real bug has come up from a recent cleanup: fs/udf/inode.c: In function 'udf_setup_indirect_aext': fs/udf/inode.c:1927:28: warning: 'adsize' may be used uninitialized in this function [-Wmaybe-uninitialized] If the alloc_type is neither ICBTAG_FLAG_AD_SHORT nor

[PATCH v2] udf: avoid uninitialized variable use

2016-01-01 Thread Arnd Bergmann
A new warning about a real bug has come up from a recent cleanup: fs/udf/inode.c: In function 'udf_setup_indirect_aext': fs/udf/inode.c:1927:28: warning: 'adsize' may be used uninitialized in this function [-Wmaybe-uninitialized] If the alloc_type is neither ICBTAG_FLAG_AD_SHORT nor