aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/include/linux/lnet
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2013-11-19 22:38:43 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-11-19 10:44:55 -0800
commit414b1419c5ef5962ba82d3b29bbe722568a82556 (patch)
tree13cad1020cb544af2bc55474925e0d2159fb6b6a /drivers/staging/lustre/include/linux/lnet
parentstaging/lustre/libcfs: remove IOCTL_LIBCFS_TYPE (diff)
downloadlinux-dev-414b1419c5ef5962ba82d3b29bbe722568a82556.tar.xz
linux-dev-414b1419c5ef5962ba82d3b29bbe722568a82556.zip
staging/lustre: remove __CYGWIN__
Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Peng Tao <bergwolf@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include/linux/lnet')
-rw-r--r--drivers/staging/lustre/include/linux/lnet/types.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/lustre/include/linux/lnet/types.h b/drivers/staging/lustre/include/linux/lnet/types.h
index 4f63b7acb9d7..c833ce8544d3 100644
--- a/drivers/staging/lustre/include/linux/lnet/types.h
+++ b/drivers/staging/lustre/include/linux/lnet/types.h
@@ -383,14 +383,6 @@ typedef enum {
typedef unsigned LNET_SEQ_BASETYPE lnet_seq_t;
#define LNET_SEQ_GT(a,b) (((signed LNET_SEQ_BASETYPE)((a) - (b))) > 0)
-/* XXX
- * cygwin need the pragma line, not clear if it's needed in other places.
- * checking!!!
- */
-#ifdef __CYGWIN__
-#pragma pack(push, 4)
-#endif
-
/**
* Information about an event on a MD.
*/
@@ -462,9 +454,6 @@ typedef struct {
*/
volatile lnet_seq_t sequence;
} lnet_event_t;
-#ifdef __CYGWIN__
-#pragma pop
-#endif
/**
* Event queue handler function type.