[GFS2] Remove semaphore.h from C files
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 18 May 2006 18:54:58 +0000 (14:54 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 18 May 2006 18:54:58 +0000 (14:54 -0400)
commitbd8968010a9a08e67a0ddb3ddee9feb8882e8c2f
treec3960853310112779e2ce583a8c8b524777cb70d
parent1b50259bc33f2adfcb4c5fba4b740bf80789df22
[GFS2] Remove semaphore.h from C files

We no longer use semaphores, everything has been converted to
mutex or rwsem, so we don't need to include this header any more.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
33 files changed:
fs/gfs2/acl.c
fs/gfs2/bmap.c
fs/gfs2/daemon.c
fs/gfs2/eaops.c
fs/gfs2/eattr.c
fs/gfs2/glock.c
fs/gfs2/glops.c
fs/gfs2/inode.c
fs/gfs2/lm.c
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/lvb.c
fs/gfs2/main.c
fs/gfs2/meta_io.c
fs/gfs2/mount.c
fs/gfs2/ondisk.c
fs/gfs2/ops_address.c
fs/gfs2/ops_dentry.c
fs/gfs2/ops_export.c
fs/gfs2/ops_file.c
fs/gfs2/ops_fstype.c
fs/gfs2/ops_inode.c
fs/gfs2/ops_super.c
fs/gfs2/ops_vm.c
fs/gfs2/page.c
fs/gfs2/quota.c
fs/gfs2/recovery.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/sys.c
fs/gfs2/trans.c
fs/gfs2/unlinked.c
fs/gfs2/util.c