aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
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
parent1b50259bc33f2adfcb4c5fba4b740bf80789df22 (diff)
downloadkernel_samsung_smdk4412-bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f.zip
kernel_samsung_smdk4412-bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f.tar.gz
kernel_samsung_smdk4412-bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f.tar.bz2
[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')
-rw-r--r--fs/gfs2/acl.c1
-rw-r--r--fs/gfs2/bmap.c1
-rw-r--r--fs/gfs2/daemon.c1
-rw-r--r--fs/gfs2/eaops.c1
-rw-r--r--fs/gfs2/eattr.c1
-rw-r--r--fs/gfs2/glock.c1
-rw-r--r--fs/gfs2/glops.c1
-rw-r--r--fs/gfs2/inode.c1
-rw-r--r--fs/gfs2/lm.c1
-rw-r--r--fs/gfs2/log.c1
-rw-r--r--fs/gfs2/lops.c1
-rw-r--r--fs/gfs2/lvb.c1
-rw-r--r--fs/gfs2/main.c1
-rw-r--r--fs/gfs2/meta_io.c1
-rw-r--r--fs/gfs2/mount.c1
-rw-r--r--fs/gfs2/ondisk.c1
-rw-r--r--fs/gfs2/ops_address.c1
-rw-r--r--fs/gfs2/ops_dentry.c1
-rw-r--r--fs/gfs2/ops_export.c1
-rw-r--r--fs/gfs2/ops_file.c1
-rw-r--r--fs/gfs2/ops_fstype.c1
-rw-r--r--fs/gfs2/ops_inode.c1
-rw-r--r--fs/gfs2/ops_super.c1
-rw-r--r--fs/gfs2/ops_vm.c1
-rw-r--r--fs/gfs2/page.c1
-rw-r--r--fs/gfs2/quota.c1
-rw-r--r--fs/gfs2/recovery.c1
-rw-r--r--fs/gfs2/rgrp.c1
-rw-r--r--fs/gfs2/super.c1
-rw-r--r--fs/gfs2/sys.c1
-rw-r--r--fs/gfs2/trans.c1
-rw-r--r--fs/gfs2/unlinked.c1
-rw-r--r--fs/gfs2/util.c1
33 files changed, 0 insertions, 33 deletions
diff --git a/fs/gfs2/acl.c b/fs/gfs2/acl.c
index e9d05fe..d822256 100644
--- a/fs/gfs2/acl.c
+++ b/fs/gfs2/acl.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/posix_acl.h>
#include <linux/posix_acl_xattr.h>
-#include <asm/semaphore.h>
#include <linux/gfs2_ondisk.h>
#include "gfs2.h"
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c
index 31c3e92..32b1d66 100644
--- a/fs/gfs2/bmap.c
+++ b/fs/gfs2/bmap.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/daemon.c b/fs/gfs2/daemon.c
index c2b5d69..aa4d130 100644
--- a/fs/gfs2/daemon.c
+++ b/fs/gfs2/daemon.c
@@ -15,7 +15,6 @@
#include <linux/kthread.h>
#include <linux/delay.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/eaops.c b/fs/gfs2/eaops.c
index 1b376ec..e5e2565 100644
--- a/fs/gfs2/eaops.c
+++ b/fs/gfs2/eaops.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/xattr.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c
index af4f1c3..3930304 100644
--- a/fs/gfs2/eattr.c
+++ b/fs/gfs2/eattr.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/xattr.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c
index 9d4ae09..2029df4 100644
--- a/fs/gfs2/glock.c
+++ b/fs/gfs2/glock.c
@@ -18,7 +18,6 @@
#include <linux/kref.h>
#include <linux/kallsyms.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c
index d180c89..5e8ec6a 100644
--- a/fs/gfs2/glops.c
+++ b/fs/gfs2/glops.c
@@ -13,7 +13,6 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 5bc9542..d218cbf 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -16,7 +16,6 @@
#include <linux/sort.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/lm.c b/fs/gfs2/lm.c
index 06a785e..600b2bc 100644
--- a/fs/gfs2/lm.c
+++ b/fs/gfs2/lm.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/delay.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c
index 02d31e3..0e5e9cf 100644
--- a/fs/gfs2/log.c
+++ b/fs/gfs2/log.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c
index 4d90eb3..22a4f03 100644
--- a/fs/gfs2/lops.c
+++ b/fs/gfs2/lops.c
@@ -13,7 +13,6 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/lvb.c b/fs/gfs2/lvb.c
index 47867db..a56b23e 100644
--- a/fs/gfs2/lvb.c
+++ b/fs/gfs2/lvb.c
@@ -13,7 +13,6 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c
index c8d17b7..b0a4582 100644
--- a/fs/gfs2/main.c
+++ b/fs/gfs2/main.c
@@ -15,7 +15,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c
index fe46d56..92c1a3f 100644
--- a/fs/gfs2/meta_io.c
+++ b/fs/gfs2/meta_io.c
@@ -18,7 +18,6 @@
#include <linux/swap.h>
#include <linux/delay.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/mount.c b/fs/gfs2/mount.c
index e90ea7d..7e00135 100644
--- a/fs/gfs2/mount.c
+++ b/fs/gfs2/mount.c
@@ -13,7 +13,6 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/ondisk.c b/fs/gfs2/ondisk.c
index f6aba3b..90d398d 100644
--- a/fs/gfs2/ondisk.c
+++ b/fs/gfs2/ondisk.c
@@ -12,7 +12,6 @@
#include <linux/spinlock.h>
#include <linux/completion.h>
#include <linux/buffer_head.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include <linux/gfs2_ondisk.h>
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c
index d89179b..6d2fc107 100644
--- a/fs/gfs2/ops_address.c
+++ b/fs/gfs2/ops_address.c
@@ -17,7 +17,6 @@
#include <linux/mpage.h>
#include <linux/fs.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/ops_dentry.c b/fs/gfs2/ops_dentry.c
index 9583710..6cbff89 100644
--- a/fs/gfs2/ops_dentry.c
+++ b/fs/gfs2/ops_dentry.c
@@ -15,7 +15,6 @@
#include <linux/smp_lock.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/ops_export.c b/fs/gfs2/ops_export.c
index be16c68..a90397f 100644
--- a/fs/gfs2/ops_export.c
+++ b/fs/gfs2/ops_export.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c
index cf72480..00522fc 100644
--- a/fs/gfs2/ops_file.c
+++ b/fs/gfs2/ops_file.c
@@ -22,7 +22,6 @@
#include <linux/ext2_fs.h>
#include <linux/crc32.h>
#include <linux/iflags.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c
index 44c64ef..5899ac3 100644
--- a/fs/gfs2/ops_fstype.c
+++ b/fs/gfs2/ops_fstype.c
@@ -16,7 +16,6 @@
#include <linux/blkdev.h>
#include <linux/kthread.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c
index b25ec4c..c8aeaaf 100644
--- a/fs/gfs2/ops_inode.c
+++ b/fs/gfs2/ops_inode.c
@@ -19,7 +19,6 @@
#include <linux/posix_acl.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c
index 5910c7b..3661b2f 100644
--- a/fs/gfs2/ops_super.c
+++ b/fs/gfs2/ops_super.c
@@ -19,7 +19,6 @@
#include <linux/kthread.h>
#include <linux/delay.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/ops_vm.c b/fs/gfs2/ops_vm.c
index d67248c..23161be 100644
--- a/fs/gfs2/ops_vm.c
+++ b/fs/gfs2/ops_vm.c
@@ -15,7 +15,6 @@
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/page.c b/fs/gfs2/page.c
index 495db55..bc80247 100644
--- a/fs/gfs2/page.c
+++ b/fs/gfs2/page.c
@@ -15,7 +15,6 @@
#include <linux/pagemap.h>
#include <linux/mm.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
index d49ff43..adfb806 100644
--- a/fs/gfs2/quota.c
+++ b/fs/gfs2/quota.c
@@ -45,7 +45,6 @@
#include <linux/sort.h>
#include <linux/fs.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c
index 87adebe..527544b 100644
--- a/fs/gfs2/recovery.c
+++ b/fs/gfs2/recovery.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c
index 6d918a7..1b1a2ae 100644
--- a/fs/gfs2/rgrp.c
+++ b/fs/gfs2/rgrp.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/fs.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c
index 75a8def..788dbea 100644
--- a/fs/gfs2/super.c
+++ b/fs/gfs2/super.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/crc32.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c
index f05ba8f..bbfa9e1 100644
--- a/fs/gfs2/sys.c
+++ b/fs/gfs2/sys.c
@@ -15,7 +15,6 @@
#include <linux/module.h>
#include <linux/kobject.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c
index 18c606d..a4c414c 100644
--- a/fs/gfs2/trans.c
+++ b/fs/gfs2/trans.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/gfs2_ondisk.h>
#include <linux/kallsyms.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/unlinked.c b/fs/gfs2/unlinked.c
index 2824b16..9ed0a6b 100644
--- a/fs/gfs2/unlinked.c
+++ b/fs/gfs2/unlinked.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/kthread.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include "gfs2.h"
#include "lm_interface.h"
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c
index 7cd9e25..7c3806c 100644
--- a/fs/gfs2/util.c
+++ b/fs/gfs2/util.c
@@ -14,7 +14,6 @@
#include <linux/buffer_head.h>
#include <linux/crc32.h>
#include <linux/gfs2_ondisk.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include "gfs2.h"