summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'openvz-sources/022.045/5200_diff-aacraid-addon-20051021')
-rw-r--r--openvz-sources/022.045/5200_diff-aacraid-addon-2005102127
1 files changed, 0 insertions, 27 deletions
diff --git a/openvz-sources/022.045/5200_diff-aacraid-addon-20051021 b/openvz-sources/022.045/5200_diff-aacraid-addon-20051021
deleted file mode 100644
index ed777b3..0000000
--- a/openvz-sources/022.045/5200_diff-aacraid-addon-20051021
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./drivers/scsi/aacraid/aacraid.h.aacaddon 2005-10-21 16:00:51.000000000 +0400
-+++ ./drivers/scsi/aacraid/aacraid.h 2005-10-21 16:01:14.823630192 +0400
-@@ -132,6 +132,13 @@ struct diskparm
- #define FT_RAID5 15 /* Container - Raid 5 Set */
- #define FT_DATABASE 16 /* Storage object with "foreign" content manager */
-
-+typedef __u16 __le16;
-+typedef __u16 __be16;
-+typedef __u32 __le32;
-+typedef __u32 __be32;
-+typedef __u64 __le64;
-+typedef __u64 __be64;
-+
- /*
- * Host side memory scatter gather list
- * Used by the adapter for read, write, and readdirplus operations
---- ./drivers/scsi/aacraid/commsup.c.aacaddon 2005-10-21 15:57:28.000000000 +0400
-+++ ./drivers/scsi/aacraid/commsup.c 2005-10-21 16:03:23.022141056 +0400
-@@ -54,6 +54,8 @@
-
- #include "aacraid.h"
-
-+#include <../drivers/scsi/scsi_priv.h>
-+
- /**
- * fib_map_alloc - allocate the fib objects
- * @dev: Adapter to allocate for