Re: [Cluster-devel] [PATCH 1/1] fs/gfs2/lock_dlm.c: replace count*size kzalloc by kcalloc

2014-06-26 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On 25/06/14 19:40, Fabian Frederick wrote: kcalloc manages count*sizeof overflow. Cc: Steven Whitehouse swhit...@redhat.com Cc: cluster-devel@redhat.com Signed-off-by: Fabian Frederick f...@skynet.be --- fs/gfs2/lock_dlm.c | 4 ++-- 1 file

[Cluster-devel] [PATCH 1/1] fs/gfs2/lock_dlm.c: replace count*size kzalloc by kcalloc

2014-06-25 Thread Fabian Frederick
kcalloc manages count*sizeof overflow. Cc: Steven Whitehouse swhit...@redhat.com Cc: cluster-devel@redhat.com Signed-off-by: Fabian Frederick f...@skynet.be --- fs/gfs2/lock_dlm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/gfs2/lock_dlm.c b/fs/gfs2/lock_dlm.c