aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_address.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-05-18 14:54:58 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-05-18 14:54:58 -0400
commitbd8968010a9a08e67a0ddb3ddee9feb8882e8c2f (patch)
treec3960853310112779e2ce583a8c8b524777cb70d /fs/gfs2/ops_address.c
parent1b50259bc33f2adfcb4c5fba4b740bf80789df22 (diff)
[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>
Diffstat (limited to 'fs/gfs2/ops_address.c')
-rw-r--r--fs/gfs2/ops_address.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c
index d89179b316fe..6d2fc107bbd3 100644
--- a/fs/gfs2/ops_address.c
+++ b/fs/gfs2/ops_address.c
@@ -17,7 +17,6 @@
17#include <linux/mpage.h> 17#include <linux/mpage.h>
18#include <linux/fs.h> 18#include <linux/fs.h>
19#include <linux/gfs2_ondisk.h> 19#include <linux/gfs2_ondisk.h>
20#include <asm/semaphore.h>
21 20
22#include "gfs2.h" 21#include "gfs2.h"
23#include "lm_interface.h" 22#include "lm_interface.h"