summaryrefslogtreecommitdiffstats
path: root/kernel/queue.h
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-01-26 17:46:19 +0100
committerSebastian Schmelzer2009-01-26 17:46:19 +0100
commit626522ddfe2c3ff00c0f464c7619ef8cee7ccfe0 (patch)
treeefefe5f63aa21337003cc3673a2fa8f022a4d750 /kernel/queue.h
parent* added dnbd-client to svn:ignore (diff)
downloaddnbd-626522ddfe2c3ff00c0f464c7619ef8cee7ccfe0.tar.gz
dnbd-626522ddfe2c3ff00c0f464c7619ef8cee7ccfe0.tar.xz
dnbd-626522ddfe2c3ff00c0f464c7619ef8cee7ccfe0.zip
* switched from asm/semaphore.h includes to linux/semaphore.h
* fixed request_queue type * changed/removed end_that_request_* calls due to blockdev api changes TESTING REQUIRED ... git-svn-id: http://svn.openslx.org/svn/openslx/contrib/dnbd/trunk@2526 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'kernel/queue.h')
-rw-r--r--kernel/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/queue.h b/kernel/queue.h
index f349637..287965b 100644
--- a/kernel/queue.h
+++ b/kernel/queue.h
@@ -2,7 +2,7 @@
#define LINUX_DNBD_QUEUE_H 1
#include <linux/spinlock.h>
-#include <asm/semaphore.h>
+#include <linux/semaphore.h>
#include <linux/list.h>
#include <linux/wait.h>