Re: [PATCH 1/1] fs/ubifs/super.c: replace count*size kzalloc by kcalloc

2014-07-15 Thread Artem Bityutskiy
On Wed, 2014-07-16 at 09:10 +0300, Artem Bityutskiy wrote: > On Mon, 2014-06-23 at 18:41 +0200, Fabian Frederick wrote: > > kcalloc manages count*sizeof overflow. > > > > Cc: Artem Bityutskiy > > Cc: Adrian Hunter > > Cc: linux-...@lists.infradead.org > > Signed-off-by: Fabian Frederick > > In

Re: [PATCH 1/1] fs/ubifs/super.c: replace count*size kzalloc by kcalloc

2014-07-15 Thread Artem Bityutskiy
On Mon, 2014-06-23 at 18:41 +0200, Fabian Frederick wrote: > kcalloc manages count*sizeof overflow. > > Cc: Artem Bityutskiy > Cc: Adrian Hunter > Cc: linux-...@lists.infradead.org > Signed-off-by: Fabian Frederick In the commit message, please, try to not only tell _what_ you do, but also _wh