[GFS2] Use void * instead of typedef for locking module interface
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 8 Sep 2006 14:17:58 +0000 (10:17 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 8 Sep 2006 14:17:58 +0000 (10:17 -0400)
commit9b47c11d1cbedcba685c9bd90c73fd41acdfab0e
tree799f05877bd8973262da54852b7b8bf9a9916998
parenta2c4580797f62b0dd9a48f1e0ce3fe8b8fd76262
[GFS2] Use void * instead of typedef for locking module interface

As requested by Jan Engelhardt, this removes the typedefs in the
locking module interface and replaces them with void *. Also
since we are changing the interface, I've added a few consts
as well.

Cc: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
12 files changed:
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/incore.h
fs/gfs2/lm.c
fs/gfs2/lm.h
fs/gfs2/lm_interface.h
fs/gfs2/locking.c
fs/gfs2/locking/dlm/lock.c
fs/gfs2/locking/dlm/lock_dlm.h
fs/gfs2/locking/dlm/mount.c
fs/gfs2/locking/dlm/plock.c
fs/gfs2/locking/nolock/main.c