[GFS2] Audit printk and kmalloc
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 27 Feb 2006 15:57:14 +0000 (10:57 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 27 Feb 2006 15:57:14 +0000 (10:57 -0500)
commitd92a8d48085df863032110d9ccb221cde98d14e1
treefaf03d9c10e104f3ab3fb8264e70b4662bae5d33
parent2fcb4a1278ec41508d76786f4c5d23bff3b378ee
[GFS2] Audit printk and kmalloc

All printk calls now have KERN_ set where required and a couple of
kmalloc(), memset(.., 0, ...) calls changed to kzalloc().

This is in response to comments from:
Pekka Enberg <penberg@cs.helsinki.fi> and
Eric Sesterhenn <snakebyte@gmx.de>

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c
fs/gfs2/locking.c
fs/gfs2/locking/dlm/lock.c
fs/gfs2/locking/dlm/main.c
fs/gfs2/locking/dlm/plock.c
fs/gfs2/locking/nolock/main.c
fs/gfs2/ondisk.c
fs/gfs2/ops_fstype.c
fs/gfs2/ops_super.c
fs/gfs2/super.c