[GFS2] Use mutices rather than semaphores
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 21 Feb 2006 12:51:39 +0000 (12:51 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 21 Feb 2006 12:51:39 +0000 (12:51 +0000)
commitf55ab26a8f92a23988c3e6da28dae4741933a4e2
treeb6f9e89ce1b2ccde8d81314aeea06f6a02f882f7
parent5c4e9e036678fae65c9288e1c00a6f33cd447283
[GFS2] Use mutices rather than semaphores

As well as a number of minor bug fixes, this patch changes GFS
to use mutices rather than semaphores. This results in better
information in case there are any locking problems.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
17 files changed:
fs/gfs2/glock.c
fs/gfs2/incore.h
fs/gfs2/inode.c
fs/gfs2/log.c
fs/gfs2/log.h
fs/gfs2/lops.c
fs/gfs2/meta_io.c
fs/gfs2/ops_address.c
fs/gfs2/ops_file.c
fs/gfs2/ops_fstype.c
fs/gfs2/ops_super.c
fs/gfs2/quota.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/sys.c
fs/gfs2/trans.c
fs/gfs2/unlinked.c